staging: rtl8723au: Fold _rtw_free_mlme_priv23a() into rtw_free_mlme_priv23a()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
56828797ac
commit
e418361c5b
1 changed files with 4 additions and 8 deletions
|
@ -121,8 +121,11 @@ void rtw23a_free_mlme_priv_ie_data(struct mlme_priv *pmlmepriv)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void _rtw_free_mlme_priv23a(struct mlme_priv *pmlmepriv)
|
void rtw_free_mlme_priv23a(struct mlme_priv *pmlmepriv)
|
||||||
{
|
{
|
||||||
|
RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_,
|
||||||
|
("rtw_free_mlme_priv23a\n"));
|
||||||
|
|
||||||
rtw23a_free_mlme_priv_ie_data(pmlmepriv);
|
rtw23a_free_mlme_priv_ie_data(pmlmepriv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -301,13 +304,6 @@ int rtw_init_mlme_priv23a (struct rtw_adapter *padapter)
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
void rtw_free_mlme_priv23a (struct mlme_priv *pmlmepriv)
|
|
||||||
{
|
|
||||||
RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_,
|
|
||||||
("rtw_free_mlme_priv23a\n"));
|
|
||||||
_rtw_free_mlme_priv23a(pmlmepriv);
|
|
||||||
}
|
|
||||||
|
|
||||||
void rtw_free_network(struct mlme_priv *pmlmepriv,
|
void rtw_free_network(struct mlme_priv *pmlmepriv,
|
||||||
struct wlan_network *pnetwork, u8 is_freeall)
|
struct wlan_network *pnetwork, u8 is_freeall)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue