mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 13:33:06 +00:00
rtl8188eu: Remove CONFIG_IPS
This one is selected. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
34d1182272
commit
5656471ac2
8 changed files with 0 additions and 35 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue