mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 14:53:05 +00:00
rtl8188eu: Remove CONFIG_LPS
This parameter is defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
5fc5fdc06a
commit
167e245287
13 changed files with 3 additions and 60 deletions
|
@ -330,9 +330,6 @@ void pwr_state_check_handler(void *FunctionContext)
|
|||
rtw_ps_cmd(padapter);
|
||||
}
|
||||
|
||||
|
||||
|
||||
#ifdef CONFIG_LPS
|
||||
/*
|
||||
*
|
||||
* Parameters
|
||||
|
@ -621,7 +618,6 @@ _func_enter_;
|
|||
|
||||
_func_exit_;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* */
|
||||
/* Description: Leave all power save mode: LPS, FwLPS, IPS if needed. */
|
||||
|
@ -640,10 +636,7 @@ _func_enter_;
|
|||
p2p_ps_wk_cmd(Adapter, P2P_PS_DISABLE, enqueue);
|
||||
#endif /* CONFIG_P2P_PS */
|
||||
|
||||
#ifdef CONFIG_LPS
|
||||
rtw_lps_ctrl_wk_cmd(Adapter, LPS_CTRL_LEAVE, enqueue);
|
||||
#endif
|
||||
|
||||
} else {
|
||||
if (Adapter->pwrctrlpriv.rf_pwrstate== rf_off)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue