diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-02-21 15:07:19 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-02-24 14:21:08 +0100 |
commit | bfee12cec638eed9b2197e3a12570a678839a1eb (patch) | |
tree | 25335d4f2e8643ba37ec91d27086cec4c02dd401 /target/linux/brcm47xx/patches-4.9/209-b44-register-adm-switch.patch | |
parent | cc78f934a9466a0ef404bb169cc42680c7501d02 (diff) | |
download | upstream-bfee12cec638eed9b2197e3a12570a678839a1eb.tar.gz upstream-bfee12cec638eed9b2197e3a12570a678839a1eb.tar.bz2 upstream-bfee12cec638eed9b2197e3a12570a678839a1eb.zip |
kernel: bump 4.9 to 4.9.214
Refreshed all patches.
Fixes:
- CVE-2013-1798
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/brcm47xx/patches-4.9/209-b44-register-adm-switch.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-4.9/209-b44-register-adm-switch.patch | 6 |
1 files changed, 3 insertions, 3 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); |