mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 15:39:38 +00:00
rtl8188eu: Remove CONFIG_DEAUTH_BEFORE_CONNECT
This symbol is always defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
1a2d9b8514
commit
d264b3ae00
2 changed files with 0 additions and 3 deletions
|
@ -8761,7 +8761,6 @@ void start_clnt_join(struct adapter* padapter)
|
|||
#endif
|
||||
rtw_hal_set_hwreg(padapter, HW_VAR_SEC_CFG, (u8 *)(&val8));
|
||||
|
||||
#ifdef CONFIG_DEAUTH_BEFORE_CONNECT
|
||||
/* Because of AP's not receiving deauth before */
|
||||
/* AP may: 1)not response auth or 2)deauth us after link is complete */
|
||||
/* issue deauth before issuing auth to deal with the situation */
|
||||
|
@ -8802,7 +8801,6 @@ void start_clnt_join(struct adapter* padapter)
|
|||
#endif /* CONFIG_P2P */
|
||||
issue_deauth_ex(padapter, pnetwork->MacAddress, WLAN_REASON_DEAUTH_LEAVING, 5, 100);
|
||||
}
|
||||
#endif /* CONFIG_DEAUTH_BEFORE_CONNECT */
|
||||
|
||||
/* here wait for receiving the beacon to start auth */
|
||||
/* and enable a timer */
|
||||
|
|
|
@ -70,7 +70,6 @@
|
|||
#define CONFIG_GLOBAL_UI_PID
|
||||
|
||||
#define RTW_NOTCH_FILTER 0 /* 0:Disable, 1:Enable, */
|
||||
#define CONFIG_DEAUTH_BEFORE_CONNECT
|
||||
|
||||
#define CONFIG_BR_EXT // Enable NAT2.5 support for STA mode interface with a L2 Bridge
|
||||
#ifdef CONFIG_BR_EXT
|
||||
|
|
Loading…
Reference in a new issue