From 7bd314a577b172a5a9d591fe93e89cde1f4065a0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 10 Nov 2022 13:20:55 +0100 Subject: kernel: fix vlan parsing issue in mediatek ethernet driver Check the vlan rx offload flag Sync features across netdevs Signed-off-by: Felix Fietkau --- .../732-12-net-ethernet-mtk_eth_soc-drop-packets-to-WDMA-if-the.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/pending-5.15/732-12-net-ethernet-mtk_eth_soc-drop-packets-to-WDMA-if-the.patch') diff --git a/target/linux/generic/pending-5.15/732-12-net-ethernet-mtk_eth_soc-drop-packets-to-WDMA-if-the.patch b/target/linux/generic/pending-5.15/732-12-net-ethernet-mtk_eth_soc-drop-packets-to-WDMA-if-the.patch index 85937fa9a0..2ab647537b 100644 --- a/target/linux/generic/pending-5.15/732-12-net-ethernet-mtk_eth_soc-drop-packets-to-WDMA-if-the.patch +++ b/target/linux/generic/pending-5.15/732-12-net-ethernet-mtk_eth_soc-drop-packets-to-WDMA-if-the.patch @@ -11,7 +11,7 @@ Signed-off-by: Felix Fietkau --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c -@@ -3516,9 +3516,12 @@ static int mtk_hw_init(struct mtk_eth *e +@@ -3524,9 +3524,12 @@ static int mtk_hw_init(struct mtk_eth *e mtk_w32(eth, 0x21021000, MTK_FE_INT_GRP); if (MTK_HAS_CAPS(eth->soc->caps, MTK_NETSYS_V2)) { -- cgit v1.2.3