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:
Larry Finger 2015-02-27 20:14:21 -06:00
parent 1a2d9b8514
commit d264b3ae00
2 changed files with 0 additions and 3 deletions

View file

@ -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 */

View file

@ -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