Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8188eu: Rename _rtw_free_mlme_priv() to rtw_free_mlme_priv()

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

navin patidar and committed by
Greg Kroah-Hartman
3596d6d6 246cf9ec

+1 -9
+1 -7
drivers/staging/rtl8188eu/core/rtw_mlme.c
··· 117 117 } 118 118 #endif 119 119 120 - void _rtw_free_mlme_priv(struct mlme_priv *pmlmepriv) 120 + void rtw_free_mlme_priv(struct mlme_priv *pmlmepriv) 121 121 { 122 122 rtw_free_mlme_priv_ie_data(pmlmepriv); 123 123 ··· 307 307 int res; 308 308 res = _rtw_init_mlme_priv(padapter);/* (pmlmepriv); */ 309 309 return res; 310 - } 311 - 312 - void rtw_free_mlme_priv(struct mlme_priv *pmlmepriv) 313 - { 314 - RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("rtw_free_mlme_priv\n")); 315 - _rtw_free_mlme_priv(pmlmepriv); 316 310 } 317 311 318 312 static struct wlan_network *rtw_alloc_network(struct mlme_priv *pmlmepriv)
-2
drivers/staging/rtl8188eu/include/rtw_mlme.h
··· 567 567 568 568 void rtw_free_mlme_priv_ie_data(struct mlme_priv *pmlmepriv); 569 569 570 - void _rtw_free_mlme_priv(struct mlme_priv *pmlmepriv); 571 - 572 570 struct wlan_network *_rtw_alloc_network(struct mlme_priv *pmlmepriv); 573 571 574 572 void _rtw_free_network_nolock(struct mlme_priv *pmlmepriv,