mt76: update to the latest version, import WED related mtk_eth_soc patches
[openwrt/staging/dedeckeh.git] / target / linux / generic / pending-5.15 / 734-net-ethernet-mtk_eth_soc-ppe-fix-L2-offloading-with-.patch
index 39d6d0c8795c658be9560850099a71df1e4bafe9..7bd4df5fff4977e87dbe6a5dd33fc0f85a37baa1 100644 (file)
@@ -12,7 +12,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 
 --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
 +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
-@@ -1992,9 +1992,6 @@ static int mtk_poll_rx(struct napi_struc
+@@ -1998,9 +1998,6 @@ static int mtk_poll_rx(struct napi_struc
                        skb_checksum_none_assert(skb);
                skb->protocol = eth_type_trans(skb, netdev);
  
@@ -22,7 +22,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
                /* When using VLAN untagging in combination with DSA, the
                 * hardware treats the MTK special tag as a VLAN and untags it.
                 */
-@@ -2007,6 +2004,9 @@ static int mtk_poll_rx(struct napi_struc
+@@ -2013,6 +2010,9 @@ static int mtk_poll_rx(struct napi_struc
                                skb_dst_set_noref(skb, &eth->dsa_meta[port]->dst);
                }