staging: rtl8723au: Fold _rtw_free_network23a_queue23a() into rtw_free_network_queue23a()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a7efff217f
commit
8c47af2280
@ -220,7 +220,7 @@ exit:
|
||||
return pnetwork;
|
||||
}
|
||||
|
||||
void _rtw_free_network23a_queue23a(struct rtw_adapter *padapter, u8 isfreeall)
|
||||
void rtw_free_network_queue23a(struct rtw_adapter *padapter, u8 isfreeall)
|
||||
{
|
||||
struct list_head *phead, *plist, *ptmp;
|
||||
struct wlan_network *pnetwork;
|
||||
@ -358,11 +358,6 @@ static void rtw_free_network_nolock(struct mlme_priv *pmlmepriv,
|
||||
_rtw_free_network23a_nolock23a(pmlmepriv, pnetwork);
|
||||
}
|
||||
|
||||
void rtw_free_network_queue23a(struct rtw_adapter* dev, u8 isfreeall)
|
||||
{
|
||||
_rtw_free_network23a_queue23a(dev, isfreeall);
|
||||
}
|
||||
|
||||
/*
|
||||
return the wlan_network with the matching addr
|
||||
|
||||
|
@ -461,8 +461,6 @@ void _rtw_free_network23a_nolock23a(struct mlme_priv *pmlmepriv,
|
||||
|
||||
struct wlan_network *_rtw_find_network23a(struct rtw_queue *scanned_queue, u8 *addr);
|
||||
|
||||
void _rtw_free_network23a_queue23a(struct rtw_adapter *padapter, u8 isfreeall);
|
||||
|
||||
int rtw_if_up23a(struct rtw_adapter *padapter);
|
||||
|
||||
int rtw_linked_check(struct rtw_adapter *padapter);
|
||||
|
Loading…
Reference in New Issue
Block a user