rtl8188eu: Remove SUPPORT_HW_RFOFF_DETECTED

This symbol is always defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-02-24 10:26:03 -06:00
parent 7f75913cfb
commit 636309c83f
8 changed files with 3 additions and 36 deletions

View file

@ -330,10 +330,7 @@ void rtw_ps_processor(struct adapter*padapter);
#ifdef CONFIG_AUTOSUSPEND
int autoresume_enter(struct adapter* padapter);
#endif
#ifdef SUPPORT_HW_RFOFF_DETECTED
rt_rf_power_state RfOnOffDetect(IN struct adapter *pAdapter );
#endif
#ifdef CONFIG_LPS
s32 LPS_RF_ON_check(struct adapter *padapter, u32 delay_ms);