mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-26 06:23:38 +00:00
rtl8188eu: Fix bug related to removal of GRO_DROP
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
9d070c63c5
commit
5b67bc47ea
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,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 a new issue