aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r--target/linux/brcm47xx/patches-4.9/209-b44-register-adm-switch.patch6
-rw-r--r--target/linux/brcm47xx/patches-4.9/210-b44_phy_fix.patch2
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm47xx/patches-4.9/209-b44-register-adm-switch.patch b/target/linux/brcm47xx/patches-4.9/209-b44-register-adm-switch.patch
index 6b2b9f5ae8..2bad32a559 100644
--- a/target/linux/brcm47xx/patches-4.9/209-b44-register-adm-switch.patch
+++ b/target/linux/brcm47xx/patches-4.9/209-b44-register-adm-switch.patch
@@ -19,7 +19,7 @@ Subject: [PATCH 210/210] b44: register adm switch
#include <asm/uaccess.h>
#include <asm/io.h>
-@@ -2250,6 +2252,69 @@ static void b44_adjust_link(struct net_d
+@@ -2253,6 +2255,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)
{
struct mii_bus *mii_bus;
-@@ -2285,6 +2350,9 @@ static int b44_register_phy_one(struct b
+@@ -2288,6 +2353,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);
-@@ -2476,6 +2544,7 @@ static void b44_remove_one(struct ssb_de
+@@ -2479,6 +2547,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/brcm47xx/patches-4.9/210-b44_phy_fix.patch b/target/linux/brcm47xx/patches-4.9/210-b44_phy_fix.patch
index a69e9215ad..59f76c9553 100644
--- a/target/linux/brcm47xx/patches-4.9/210-b44_phy_fix.patch
+++ b/target/linux/brcm47xx/patches-4.9/210-b44_phy_fix.patch
@@ -43,7 +43,7 @@
if (bp->flags & B44_FLAG_EXTERNAL_PHY)
return 0;
-@@ -2180,6 +2205,8 @@ static int b44_get_invariants(struct b44
+@@ -2183,6 +2208,8 @@ static int b44_get_invariants(struct b44
* valid PHY address. */
bp->phy_addr &= 0x1F;