rtl8188eu: Remove CONFIG_NEW_SIGNAL_STAT_PROCESS

This symbol is always defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-02-27 20:11:07 -06:00
parent 73821a9a55
commit 1a2d9b8514
6 changed files with 7 additions and 114 deletions

View file

@ -863,14 +863,11 @@ u8 rtw_reset_drv_sw(struct adapter *padapter)
/* mlmeextpriv */
padapter->mlmeextpriv.sitesurvey_res.state= SCAN_DISABLE;
#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS
rtw_set_signal_stat_timer(&padapter->recvpriv);
#endif
return ret8;
}
u8 rtw_init_drv_sw(struct adapter *padapter)
{
@ -1041,9 +1038,7 @@ void rtw_cancel_all_timer(struct adapter *padapter)
rtw_clear_scan_deny(padapter);
RT_TRACE(_module_os_intfs_c_,_drv_info_,("rtw_cancel_all_timer:cancel set_scan_deny_timer! \n"));
#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS
_cancel_timer_ex(&padapter->recvpriv.signal_stat_timer);
#endif
#ifdef CONFIG_DETECT_C2H_BY_POLLING
_cancel_timer_ex(&padapter->mlmepriv.event_polling_timer);