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 | b82d436d9b0cd6703e2b902e544c4b8c80c6e54f (patch) | |
tree | 90c98be5b651bb11f7ac5a4984691ca30fe0a509 /target/linux/brcm47xx | |
parent | 9bdc296650651297d7264942446650aeaba09854 (diff) | |
download | upstream-b82d436d9b0cd6703e2b902e544c4b8c80c6e54f.tar.gz upstream-b82d436d9b0cd6703e2b902e544c4b8c80c6e54f.tar.bz2 upstream-b82d436d9b0cd6703e2b902e544c4b8c80c6e54f.zip |
kernel: add a ssb backport required for a new mac80211 update
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40833 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) { |