mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 04:23:39 +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)
|
||||
rx_ok = true;
|
||||
#else
|
||||
rtw_napi_gro_receive(&padapter->napi, pskb);
|
||||
rx_ok = true;
|
||||
#endif
|
||||
goto next;
|
||||
|
|
Loading…
Reference in a new issue