commit | 7fc46697df50d8c038aae37f3a4e8d7748f93fe3 | [log] [tgz] |
---|---|---|
author | Mauro Rossi <issor.oruam@gmail.com> | Mon Mar 01 20:50:05 2021 +0100 |
committer | Mauro Rossi <issor.oruam@gmail.com> | Mon Mar 01 20:50:05 2021 +0100 |
tree | 32e79fe90dad338e192610232978bbcfec5f4a4c | |
parent | 17030e4845ad6de519732074f2a750a814014e51 [diff] |
rtl8812au: Fix builds with kernel 5.12 Changes due to kernel commit 1d11fa696733 ("net-gro: remove GRO_DROP") Fixes the following build error: out/target/product/x86_64/obj/kmodule/rtl8812au/os_dep/linux/recv_linux.c:337:55: error: 'GRO_DROP' undeclared (first use in this function) if (rtw_napi_gro_receive(&padapter->napi, pskb) != GRO_DROP)