mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 14:03:05 +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
|
@ -1103,14 +1103,12 @@ _func_enter_;
|
|||
drvext_surveydone_callback(&adapter->drvextpriv);
|
||||
#endif
|
||||
|
||||
#ifdef DBG_CONFIG_ERROR_DETECT
|
||||
{
|
||||
struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv;
|
||||
if (pmlmeext->sitesurvey_res.bss_cnt == 0){
|
||||
rtw_hal_sreset_reset(adapter);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_IOCTL_CFG80211
|
||||
rtw_cfg80211_surveydone_event_callback(adapter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue