mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: More Sparse fixes
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
bb33327257
commit
c8e5247e2e
4 changed files with 44 additions and 136 deletions
|
@ -151,9 +151,6 @@ void rtw_init_mlme_timer(struct adapter *padapter)
|
|||
#endif
|
||||
}
|
||||
|
||||
extern void rtw_indicate_wx_assoc_event(struct adapter *padapter);
|
||||
extern void rtw_indicate_wx_disassoc_event(struct adapter *padapter);
|
||||
|
||||
void rtw_os_indicate_connect(struct adapter *adapter)
|
||||
{
|
||||
struct mlme_priv *pmlmepriv = &(adapter->mlmepriv);
|
||||
|
@ -183,7 +180,6 @@ _func_exit_;
|
|||
|
||||
}
|
||||
|
||||
extern void indicate_wx_scan_complete_event(struct adapter *padapter);
|
||||
void rtw_os_indicate_scan_done( struct adapter *padapter, bool aborted)
|
||||
{
|
||||
#ifdef CONFIG_IOCTL_CFG80211
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue