mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-01 03:05:34 +00:00
convert function to static
function chk_sta_is_alive() is used only inside core/rtw_ap.c so remove the prototype and convert it to static. Link: https://lore.kernel.org/r/20210623130103.7727-1-fabioaiuto83@gmail.com
This commit is contained in:
parent
539ec6269e
commit
5a65660af3
@ -268,8 +268,7 @@ void rtw_remove_bcn_ie(_adapter *padapter, WLAN_BSSID_EX *pnetwork, u8 index)
|
||||
}
|
||||
|
||||
|
||||
u8 chk_sta_is_alive(struct sta_info *psta);
|
||||
u8 chk_sta_is_alive(struct sta_info *psta)
|
||||
static u8 chk_sta_is_alive(struct sta_info *psta)
|
||||
{
|
||||
u8 ret = _FALSE;
|
||||
#ifdef DBG_EXPIRATION_CHK
|
||||
|
Loading…
Reference in New Issue
Block a user