openwrt/package/kernel/mt76
Thibaut VARÈNE 4cb9d08e71 mt76: backport fix encap offload ethernet type check
The driver needs to check if the format is 802.2 vs 802.3 in order to
set a tx descriptor flag. skb->protocol can't be used, since it may not
be properly initialized for packets coming in from a packet socket.  Fix
misdetection by checking the ethertype from the skb data instead.

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Signed-off-by: Petr Štetiar <ynezz@true.cz> [commit description]
2022-08-28 08:33:46 +02:00
..
patches mt76: backport fix encap offload ethernet type check 2022-08-28 08:33:46 +02:00
Makefile mt76: update to the latest version 2021-12-03 11:13:01 +01:00