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
|
@ -1830,7 +1830,7 @@ static void traffic_status_watchdog(struct adapter *padapter)
|
|||
pmlmepriv->LinkDetectInfo.NumTxOkInPeriod) > 8 ) ||
|
||||
(pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod > 2))
|
||||
bEnterPS = false;
|
||||
else
|
||||
else
|
||||
bEnterPS = true;
|
||||
|
||||
/* LeisurePS only work in infra mode. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue