mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Remove CONFIG_LAYER2_ROAMING_RESUME
This symbol is always defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
5a7239faf3
commit
4808b0c71e
3 changed files with 0 additions and 9 deletions
|
@ -705,7 +705,6 @@ static void rtw_suspend_wow(struct adapter *padapter)
|
|||
}
|
||||
|
||||
|
||||
#ifdef CONFIG_LAYER2_ROAMING_RESUME
|
||||
if(check_fwstate(pmlmepriv, WIFI_STATION_STATE) && check_fwstate(pmlmepriv, _FW_LINKED)&& rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE))
|
||||
{
|
||||
/* DBG_871X("%s:%d assoc_ssid:%s\n", __FUNCTION__, __LINE__, pmlmepriv->assoc_ssid.Ssid); */
|
||||
|
@ -717,7 +716,6 @@ static void rtw_suspend_wow(struct adapter *padapter)
|
|||
|
||||
rtw_set_roaming(padapter, 1);
|
||||
}
|
||||
#endif
|
||||
/* s2-2. indicate disconnect to os */
|
||||
rtw_indicate_disconnect(padapter);
|
||||
/* s2-3. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue