mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Remove DBG_CONFIG_ERROR_DETECT
This variable is selected. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
46ae193f1d
commit
f50db5cd2c
16 changed files with 9 additions and 73 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue