mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-09 23:57:00 +00:00
Add linux 5.12.x support
Kernel with version >= 5.12.x doesnt support GRO_DROP so the driver must be updated
This commit is contained in:
parent
9b4c60a89c
commit
1dfc05ad53
@ -360,7 +360,7 @@ static int napi_recv(_adapter *padapter, int budget)
|
|||||||
rx_ok = _TRUE;
|
rx_ok = _TRUE;
|
||||||
#else
|
#else
|
||||||
rtw_napi_gro_receive(&padapter->napi, pskb);
|
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