rtl8188eu: Fix bug related to removal of GRO_DROP

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2022-01-26 13:11:39 -06:00
parent 9d070c63c5
commit 5b67bc47ea

View file

@ -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;