rtl8188eu: Remove CONFIG_LAYER2_ROAMING_RESUME

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-12 22:30:02 -05:00
parent f1dfc4fb61
commit 5895407ede
2 changed files with 0 additions and 14 deletions

View file

@ -704,7 +704,6 @@ static int rtw_suspend(struct usb_interface *pusb_intf, pm_message_t message)
}
#endif //CONFIG_WOWLAN
#ifdef CONFIG_LAYER2_ROAMING_RESUME
if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) && check_fwstate(pmlmepriv, _FW_LINKED) )
{
DBG_88E("%s:%d %s( %pM ), length:%d assoc_ssid.length:%d\n",__func__, __LINE__,
@ -715,7 +714,6 @@ static int rtw_suspend(struct usb_interface *pusb_intf, pm_message_t message)
pmlmepriv->to_roaming = 1;
}
#endif
//s2-2. indicate disconnect to os
rtw_indicate_disconnect(padapter);
//s2-3.
@ -884,9 +882,7 @@ int rtw_resume_process(_adapter *padapter)
rtw_signal_process(padapter->pid[1], SIGUSR2);
}
#ifdef CONFIG_LAYER2_ROAMING_RESUME
rtw_roaming(padapter, NULL);
#endif
ret = 0;
exit: