mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 00:24:20 +00:00
Fix build for kernel 4.13 and later from quickreflex patch
This commit is contained in:
parent
c459fddba4
commit
172e344ac2
8 changed files with 62 additions and 21 deletions
|
@ -52,7 +52,7 @@ void _ips_enter(struct adapter * padapter)
|
|||
if (rf_off == pwrpriv->change_rfpwrstate )
|
||||
{
|
||||
pwrpriv->bpower_saving = true;
|
||||
DBG_88E_LEVEL(_drv_always_, "nolinked power save enter\n");
|
||||
DBG_88E_LEVEL(_drv_info_, "nolinked power save enter\n");
|
||||
|
||||
if (pwrpriv->ips_mode == IPS_LEVEL_2)
|
||||
pwrpriv->bkeepfwalive = true;
|
||||
|
@ -88,7 +88,7 @@ int _ips_leave(struct adapter * padapter)
|
|||
if ((result = rtw_ips_pwr_up(padapter)) == _SUCCESS) {
|
||||
pwrpriv->rf_pwrstate = rf_on;
|
||||
}
|
||||
DBG_88E_LEVEL(_drv_always_, "nolinked power save leave\n");
|
||||
DBG_88E_LEVEL(_drv_info_, "nolinked power save leave\n");
|
||||
|
||||
DBG_88E("==> ips_leave.....LED(0x%08x)...\n", rtw_read32(padapter, 0x4c));
|
||||
pwrpriv->bips_processing = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue