rtl8188eu: Remove CONFIG_IPS

This one is selected.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-19 22:26:35 -05:00
parent 34d1182272
commit 5656471ac2
8 changed files with 0 additions and 35 deletions

View file

@ -144,10 +144,8 @@ void rtl8188e_silentreset_for_specific_platform(_adapter *padapter)
_enter_critical_mutex(&psrtpriv->silentreset_mutex, &irqL);
psrtpriv->silent_reset_inprogress = true;
pwrpriv->change_rfpwrstate = rf_off;
#ifdef CONFIG_IPS
ips_enter(padapter);
ips_leave(padapter);
#endif
if (check_fwstate(pmlmepriv, _FW_LINKED)== true)
{
_restore_network_status(padapter);