Closed stahlbauer closed 3 years ago
Module does not yet compile for kernel 5.12.
Routine rtw_napi_gro_receive() can no longer return GRO_DROP. Set the directive CONFIG_RTW_GRO based on the kernel version?
rtw_napi_gro_receive()
GRO_DROP
CONFIG_RTW_GRO
See https://github.com/lwfinger/rtl8723du/commit/9690f34fc2603d04b53432df4e3d6c282f3d1ca6
Fixed in https://github.com/RinCat/RTL88x2BU-Linux-Driver/commit/657b7cfde9958e273febdeaeac579902e407f577
Module does not yet compile for kernel 5.12.
Routine
rtw_napi_gro_receive()
can no longer returnGRO_DROP
. Set the directiveCONFIG_RTW_GRO
based on the kernel version?See https://github.com/lwfinger/rtl8723du/commit/9690f34fc2603d04b53432df4e3d6c282f3d1ca6