mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Remove CONFIG_SET_SCAN_DENY_TIMER
This one is always defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
af84d3c9c6
commit
cc8740eb70
5 changed files with 0 additions and 25 deletions
|
@ -1049,11 +1049,9 @@ void rtw_cancel_all_timer(struct adapter *padapter)
|
|||
_cancel_timer_ex(&padapter->cfg80211_wdinfo.remain_on_ch_timer);
|
||||
#endif /* CONFIG_P2P */
|
||||
|
||||
#ifdef CONFIG_SET_SCAN_DENY_TIMER
|
||||
_cancel_timer_ex(&padapter->mlmepriv.set_scan_deny_timer);
|
||||
rtw_clear_scan_deny(padapter);
|
||||
RT_TRACE(_module_os_intfs_c_,_drv_info_,("rtw_cancel_all_timer:cancel set_scan_deny_timer! \n"));
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS
|
||||
_cancel_timer_ex(&padapter->recvpriv.signal_stat_timer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue