mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 21:43:06 +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
|
@ -1231,9 +1231,7 @@ odm_DIGbyRSSI_LPS(
|
|||
return;
|
||||
|
||||
CurrentIGI=CurrentIGI+RSSI_OFFSET_DIG;
|
||||
#ifdef CONFIG_LPS
|
||||
bFwCurrentInPSMode = pAdapter->pwrctrlpriv.bFwCurrentInPSMode;
|
||||
#endif
|
||||
|
||||
/* Using FW PS mode to make IGI */
|
||||
if (bFwCurrentInPSMode)
|
||||
|
|
|
@ -274,10 +274,8 @@ rtl8188e_HalDmWatchDog(
|
|||
if (hw_init_completed == false)
|
||||
goto skip_dm;
|
||||
|
||||
#ifdef CONFIG_LPS
|
||||
bFwCurrentInPSMode = Adapter->pwrctrlpriv.bFwCurrentInPSMode;
|
||||
rtw_hal_get_hwreg(Adapter, HW_VAR_FWLPS_RF_ON, (u8 *)(&bFwPSAwake));
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_P2P_PS
|
||||
/* Fw is under p2p powersaving mode, driver should stop dynamic mechanism. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue