diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-05-23 18:48:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-23 18:48:31 +0000 |
commit | 32d1e0ed2c3ec748bf7759a31d363e38d15b2424 (patch) | |
tree | 07e49ab1a6a3dea83b0d20c0ae08311edbd74040 /target/linux/brcm47xx | |
parent | 5c7713eb3a3e19e032c0ecaf6d83e73e7119b01b (diff) | |
download | upstream-32d1e0ed2c3ec748bf7759a31d363e38d15b2424.tar.gz upstream-32d1e0ed2c3ec748bf7759a31d363e38d15b2424.tar.bz2 upstream-32d1e0ed2c3ec748bf7759a31d363e38d15b2424.zip |
kernel: add a ssb backport required for a new mac80211 update
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40833
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/patches-3.10/095-MIPS-BCM47XX-Fix-some-very-confused-types-and-data-c.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/095-MIPS-BCM47XX-Fix-some-very-confused-types-and-data-c.patch b/target/linux/brcm47xx/patches-3.10/095-MIPS-BCM47XX-Fix-some-very-confused-types-and-data-c.patch index a4bc08adca..9c669e6cb5 100644 --- a/target/linux/brcm47xx/patches-3.10/095-MIPS-BCM47XX-Fix-some-very-confused-types-and-data-c.patch +++ b/target/linux/brcm47xx/patches-3.10/095-MIPS-BCM47XX-Fix-some-very-confused-types-and-data-c.patch @@ -18,7 +18,7 @@ Patchwork: http://patchwork.linux-mips.org/patch/6211/ --- a/arch/mips/bcm47xx/sprom.c +++ b/arch/mips/bcm47xx/sprom.c -@@ -135,7 +135,7 @@ static void nvram_read_leddc(const char +@@ -135,7 +135,7 @@ static void nvram_read_leddc(const char } static void nvram_read_macaddr(const char *prefix, const char *name, @@ -50,7 +50,7 @@ Patchwork: http://patchwork.linux-mips.org/patch/6211/ } static void bcm47xx_fill_sprom_r1234589(struct ssb_sprom *sprom, -@@ -180,7 +180,7 @@ static void bcm47xx_fill_sprom_r1234589( +@@ -181,7 +181,7 @@ static void bcm47xx_fill_sprom_r1234589( fallback); nvram_read_s8(prefix, NULL, "ag1", &sprom->antenna_gain.a1, 0, fallback); @@ -59,7 +59,7 @@ Patchwork: http://patchwork.linux-mips.org/patch/6211/ } static void bcm47xx_fill_sprom_r12389(struct ssb_sprom *sprom, -@@ -633,20 +633,20 @@ static void bcm47xx_fill_sprom_path_r45( +@@ -634,20 +634,20 @@ static void bcm47xx_fill_sprom_path_r45( static void bcm47xx_fill_sprom_ethernet(struct ssb_sprom *sprom, const char *prefix, bool fallback) { |