mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 14:53:05 +00:00
rtl8188eu: Remove dead code for other PLATFORM_XX variables
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
a3ca3380b5
commit
bb27b28f6e
18 changed files with 4 additions and 652 deletions
|
@ -9012,11 +9012,9 @@ void start_clnt_auth(_adapter* padapter)
|
|||
/* 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 */
|
||||
#ifndef CONFIG_PLATFORM_RTK_DMP
|
||||
/* Commented by Albert 2012/07/21 */
|
||||
/* For the Win8 P2P connection, it will be hard to have a successful connection if this Wi-Fi doesn't connect to it. */
|
||||
issue_deauth(padapter, (&(pmlmeinfo->network))->MacAddress, WLAN_REASON_DEAUTH_LEAVING);
|
||||
#endif
|
||||
|
||||
DBG_88E_LEVEL(_drv_info_, "start auth\n");
|
||||
issue_auth(padapter, NULL, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue