rtl8188eu: Remove DBG_CONFIG_ERROR_DETECT

This variable is selected.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-19 17:05:40 -05:00
parent 46ae193f1d
commit f50db5cd2c
16 changed files with 9 additions and 73 deletions

View file

@ -1097,9 +1097,7 @@ u8 rtw_reset_drv_sw(_adapter *padapter)
#endif
#endif
#ifdef DBG_CONFIG_ERROR_DETECT
rtw_hal_sreset_reset_value(padapter);
#endif
pwrctrlpriv->pwr_state_check_cnts = 0;
//mlmeextpriv
@ -1191,9 +1189,7 @@ _func_enter_;
rtw_hal_dm_init(padapter);
rtw_hal_sw_led_init(padapter);
#ifdef DBG_CONFIG_ERROR_DETECT
rtw_hal_sreset_init(padapter);
#endif
_rtw_spinlock_init(&padapter->br_ext_lock);