diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-04-21 11:09:30 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-21 22:16:33 +0200 |
commit | faf668be354af76b8b9f93921b426dc5e9782a98 (patch) | |
tree | dadddb8dbaa2d6a825cbdfab5cb0015d17c91f91 /target/linux/mediatek/patches-5.4/0400-eth-fix-rx-vlan-hw-offload.patch | |
parent | 8d9b36270b1faecdf8c9632e0f18251df9a0990c (diff) | |
download | upstream-faf668be354af76b8b9f93921b426dc5e9782a98.tar.gz upstream-faf668be354af76b8b9f93921b426dc5e9782a98.tar.bz2 upstream-faf668be354af76b8b9f93921b426dc5e9782a98.zip |
kernel: bump 5.4 to 5.4.34
Refreshed patches.
Run tested: qemu-x86-64, apalis, a64-olinuxino
Build tested: x86/64, imx6, sunxi/a53
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/mediatek/patches-5.4/0400-eth-fix-rx-vlan-hw-offload.patch')
-rw-r--r-- | target/linux/mediatek/patches-5.4/0400-eth-fix-rx-vlan-hw-offload.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-5.4/0400-eth-fix-rx-vlan-hw-offload.patch b/target/linux/mediatek/patches-5.4/0400-eth-fix-rx-vlan-hw-offload.patch index 5bc5ce3a6c..b1fda5eeec 100644 --- a/target/linux/mediatek/patches-5.4/0400-eth-fix-rx-vlan-hw-offload.patch +++ b/target/linux/mediatek/patches-5.4/0400-eth-fix-rx-vlan-hw-offload.patch @@ -1,6 +1,6 @@ --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c -@@ -1284,7 +1284,7 @@ static int mtk_poll_rx(struct napi_struc +@@ -1306,7 +1306,7 @@ static int mtk_poll_rx(struct napi_struc skb->protocol = eth_type_trans(skb, netdev); if (netdev->features & NETIF_F_HW_VLAN_CTAG_RX && |