summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj2024-05-06 07:23:04 +0000
committerRobert Marko2024-06-03 15:57:54 +0000
commit65f34e99284f33be96518ac48de7d0beb972633e (patch)
tree4f70c0792ecf376b8e3f34054883e94a86a05452
parenta82b2e79e3fd245752e5caf4ccb204d711d0c509 (diff)
downloadopenwrt-65f34e99284f33be96518ac48de7d0beb972633e.tar.gz
bcm47xx: 6.6: refresh patches
CI tells us that we need to, so lets refresh them. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/15010 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/bcm47xx/patches-6.6/209-b44-register-adm-switch.patch6
-rw-r--r--target/linux/bcm47xx/patches-6.6/210-b44_phy_fix.patch2
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/bcm47xx/patches-6.6/209-b44-register-adm-switch.patch b/target/linux/bcm47xx/patches-6.6/209-b44-register-adm-switch.patch
index a18f582969..bb7637cb01 100644
--- a/target/linux/bcm47xx/patches-6.6/209-b44-register-adm-switch.patch
+++ b/target/linux/bcm47xx/patches-6.6/209-b44-register-adm-switch.patch
@@ -19,7 +19,7 @@ Subject: [PATCH 210/210] b44: register adm switch
#include <linux/uaccess.h>
#include <asm/io.h>
-@@ -2225,6 +2227,69 @@ static void b44_adjust_link(struct net_d
+@@ -2227,6 +2229,69 @@ static void b44_adjust_link(struct net_d
}
}
@@ -89,7 +89,7 @@ Subject: [PATCH 210/210] b44: register adm switch
static int b44_register_phy_one(struct b44 *bp)
{
__ETHTOOL_DECLARE_LINK_MODE_MASK(mask) = { 0, };
-@@ -2261,6 +2326,9 @@ static int b44_register_phy_one(struct b
+@@ -2263,6 +2328,9 @@ static int b44_register_phy_one(struct b
if (!mdiobus_is_registered_device(bp->mii_bus, bp->phy_addr) &&
(sprom->boardflags_lo & (B44_BOARDFLAG_ROBO | B44_BOARDFLAG_ADM))) {
@@ -99,7 +99,7 @@ Subject: [PATCH 210/210] b44: register adm switch
dev_info(sdev->dev,
"could not find PHY at %i, use fixed one\n",
bp->phy_addr);
-@@ -2455,6 +2523,7 @@ static void b44_remove_one(struct ssb_de
+@@ -2457,6 +2525,7 @@ static void b44_remove_one(struct ssb_de
unregister_netdev(dev);
if (bp->flags & B44_FLAG_EXTERNAL_PHY)
b44_unregister_phy_one(bp);
diff --git a/target/linux/bcm47xx/patches-6.6/210-b44_phy_fix.patch b/target/linux/bcm47xx/patches-6.6/210-b44_phy_fix.patch
index eeb66d9501..e26f91d12a 100644
--- a/target/linux/bcm47xx/patches-6.6/210-b44_phy_fix.patch
+++ b/target/linux/bcm47xx/patches-6.6/210-b44_phy_fix.patch
@@ -43,7 +43,7 @@
if (bp->flags & B44_FLAG_EXTERNAL_PHY)
return 0;
-@@ -2155,6 +2180,8 @@ static int b44_get_invariants(struct b44
+@@ -2157,6 +2182,8 @@ static int b44_get_invariants(struct b44
* valid PHY address. */
bp->phy_addr &= 0x1F;