mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-09 23:57:00 +00:00
Merge pull request #857 from KonstantIMP/v5.6.4.2
Add linux 5.12 support
This commit is contained in:
commit
b8167e66b4
@ -359,7 +359,8 @@ static int napi_recv(_adapter *padapter, int budget)
|
|||||||
if (rtw_napi_gro_receive(&padapter->napi, pskb) != GRO_DROP)
|
if (rtw_napi_gro_receive(&padapter->napi, pskb) != GRO_DROP)
|
||||||
rx_ok = _TRUE;
|
rx_ok = _TRUE;
|
||||||
#else
|
#else
|
||||||
rx_ok = _TRUE;
|
rtw_napi_gro_receive(&padapter->napi, pskb);
|
||||||
|
rx_ok = _TRUE;
|
||||||
#endif
|
#endif
|
||||||
goto next;
|
goto next;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user