diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-02-02 11:02:39 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-02-02 20:40:29 +0100 |
commit | e23a90674e1b52a6eaa3d66a621f7ff612641243 (patch) | |
tree | 0ac3ad13782560e6e2a9326cf00a0f599d92a564 /target/linux/bcm63xx/patches-5.4/364-MIPS-BCM63XX-allow-board-files-to-provide-sprom-fixu.patch | |
parent | a3b55ae510e1af2fa401d0091fccb11af6bed799 (diff) | |
download | upstream-e23a90674e1b52a6eaa3d66a621f7ff612641243.tar.gz upstream-e23a90674e1b52a6eaa3d66a621f7ff612641243.tar.bz2 upstream-e23a90674e1b52a6eaa3d66a621f7ff612641243.zip |
bcm63xx: backport upstream SSB SPROM extraction
New upstream changes extract more SPROM values and fix the antenna gain.
These changes can be found in linux drivers/ssb/pci.c.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/364-MIPS-BCM63XX-allow-board-files-to-provide-sprom-fixu.patch')
-rw-r--r-- | target/linux/bcm63xx/patches-5.4/364-MIPS-BCM63XX-allow-board-files-to-provide-sprom-fixu.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/364-MIPS-BCM63XX-allow-board-files-to-provide-sprom-fixu.patch b/target/linux/bcm63xx/patches-5.4/364-MIPS-BCM63XX-allow-board-files-to-provide-sprom-fixu.patch index 74c2846d5f..ad5ccbab0c 100644 --- a/target/linux/bcm63xx/patches-5.4/364-MIPS-BCM63XX-allow-board-files-to-provide-sprom-fixu.patch +++ b/target/linux/bcm63xx/patches-5.4/364-MIPS-BCM63XX-allow-board-files-to-provide-sprom-fixu.patch @@ -16,7 +16,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> --- a/arch/mips/bcm63xx/sprom.c +++ b/arch/mips/bcm63xx/sprom.c -@@ -883,6 +883,14 @@ static int sprom_extract(struct ssb_spro +@@ -947,6 +947,14 @@ static int sprom_extract(struct ssb_spro return 0; } @@ -31,7 +31,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> static __initdata u16 template_sprom[220]; #endif -@@ -961,8 +969,12 @@ int __init bcm63xx_register_fallback_spr +@@ -1025,8 +1033,12 @@ int __init bcm63xx_register_fallback_spr return -EINVAL; } |