mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-01 03:05:34 +00:00
Fixed 5.12 support.
This commit is contained in:
parent
ab35c7e967
commit
09c5222d59
@ -359,6 +359,7 @@ 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
|
||||||
|
rtw_napi_gro_receive(&padapter->napi, pskb);
|
||||||
rx_ok = _TRUE;
|
rx_ok = _TRUE;
|
||||||
#endif
|
#endif
|
||||||
goto next;
|
goto next;
|
||||||
|
Loading…
Reference in New Issue
Block a user