ramips: refresh patches
authorDaniel Golle <daniel@makrotopia.org>
Fri, 8 Dec 2023 23:34:32 +0000 (23:34 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 8 Dec 2023 23:34:42 +0000 (23:34 +0000)
Refresh ramips patches which got out of sync due to backported changes
of the MediaTek Ethernet driver.

Fixes: 6407ef8d2bcb ("kernel: backport upstream mediatek WED changes")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/ramips/patches-5.15/700-net-ethernet-mediatek-support-net-labels.patch

index ff492e7f6c7d37d25f4faea2709b1fbb2002d690..d9fc379bed467bd82346bf0aaa19a3a474acb5ac 100644 (file)
@@ -14,7 +14,7 @@ Signed-off-by: RenĂ© van Dorst <opensource@vdorst.com>
 
 --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
 +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
-@@ -4557,6 +4557,7 @@ static const struct net_device_ops mtk_n
+@@ -4558,6 +4558,7 @@ static const struct net_device_ops mtk_n
  
  static int mtk_add_mac(struct mtk_eth *eth, struct device_node *np)
  {
@@ -22,7 +22,7 @@ Signed-off-by: RenĂ© van Dorst <opensource@vdorst.com>
        const __be32 *_id = of_get_property(np, "reg", NULL);
        phy_interface_t phy_mode;
        struct phylink *phylink;
-@@ -4728,6 +4729,9 @@ static int mtk_add_mac(struct mtk_eth *e
+@@ -4729,6 +4730,9 @@ static int mtk_add_mac(struct mtk_eth *e
                register_netdevice_notifier(&mac->device_notifier);
        }