aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.2/051-ssb-fix-cardbus-in-hostmode.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-04-13 19:35:40 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2012-04-13 19:35:40 +0000
commit6af575967c780fa41029bdb64fdd68646ab516d1 (patch)
treebf5fa402a077278c773200cb2aa941cc0b9e6883 /target/linux/brcm47xx/patches-3.2/051-ssb-fix-cardbus-in-hostmode.patch
parent3f240440c76765426018151ab3ea019547108326 (diff)
downloadupstream-6af575967c780fa41029bdb64fdd68646ab516d1.tar.gz
upstream-6af575967c780fa41029bdb64fdd68646ab516d1.tar.bz2
upstream-6af575967c780fa41029bdb64fdd68646ab516d1.zip
kernel: update bcma and ssb to version master-2012-04-12 from wireless-testing
SVN-Revision: 31278
Diffstat (limited to 'target/linux/brcm47xx/patches-3.2/051-ssb-fix-cardbus-in-hostmode.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.2/051-ssb-fix-cardbus-in-hostmode.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/brcm47xx/patches-3.2/051-ssb-fix-cardbus-in-hostmode.patch b/target/linux/brcm47xx/patches-3.2/051-ssb-fix-cardbus-in-hostmode.patch
deleted file mode 100644
index d26807f3eb..0000000000
--- a/target/linux/brcm47xx/patches-3.2/051-ssb-fix-cardbus-in-hostmode.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 7b90e7040b9783b91a4e2baf72ac32d3a00f9f2d Mon Sep 17 00:00:00 2001
-From: Hauke Mehrtens <hauke@hauke-m.de>
-Date: Sat, 21 Jan 2012 11:18:25 +0100
-Subject: [PATCH 31/34] ssb: fix cardbus in hostmode
-
-
-Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
----
- drivers/ssb/driver_pcicore.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
---- a/drivers/ssb/driver_pcicore.c
-+++ b/drivers/ssb/driver_pcicore.c
-@@ -75,7 +75,7 @@ static u32 get_cfgspace_addr(struct ssb_
- u32 tmp;
-
- /* We do only have one cardbus device behind the bridge. */
-- if (pc->cardbusmode && (dev >= 1))
-+ if (pc->cardbusmode && (dev > 1))
- goto out;
-
- if (bus == 0) {