mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 16:55:16 -04:00
staging: rtl8723au: Declare rtw_update_scanned_network() static
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bbf5fdbd56
commit
8ab7bdba0d
@@ -487,8 +487,8 @@ static void update_current_network(struct rtw_adapter *adapter,
|
||||
Caller must hold pmlmepriv->lock first.
|
||||
|
||||
*/
|
||||
void rtw_update_scanned_network23a(struct rtw_adapter *adapter,
|
||||
struct wlan_bssid_ex *target)
|
||||
static void rtw_update_scanned_network(struct rtw_adapter *adapter,
|
||||
struct wlan_bssid_ex *target)
|
||||
{
|
||||
struct list_head *plist, *phead;
|
||||
struct mlme_priv *pmlmepriv = &adapter->mlmepriv;
|
||||
@@ -571,7 +571,7 @@ static void rtw_add_network(struct rtw_adapter *adapter,
|
||||
struct wlan_bssid_ex *pnetwork)
|
||||
{
|
||||
update_current_network(adapter, pnetwork);
|
||||
rtw_update_scanned_network23a(adapter, pnetwork);
|
||||
rtw_update_scanned_network(adapter, pnetwork);
|
||||
}
|
||||
|
||||
/* select the desired network based on the capability of the (i)bss. */
|
||||
|
||||
@@ -308,8 +308,6 @@ static inline void clr_fwstate_ex(struct mlme_priv *pmlmepriv, int state)
|
||||
}
|
||||
|
||||
u16 rtw_get_capability23a(struct wlan_bssid_ex *bss);
|
||||
void rtw_update_scanned_network23a(struct rtw_adapter *adapter,
|
||||
struct wlan_bssid_ex *target);
|
||||
void rtw_disconnect_hdl23a_under_linked(struct rtw_adapter *adapter,
|
||||
struct sta_info *psta, u8 free_assoc);
|
||||
void rtw_generate_random_ibss23a(u8 *pibss);
|
||||
|
||||
Reference in New Issue
Block a user