projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a61dae1
)
b43: Fix for SPROM coding error in Linksys WMP54G (BCM4306/3)
author
Larry Finger
<
[email protected]
>
Sun, 10 Aug 2008 15:19:33 +0000
(10:19 -0500)
committer
John W. Linville
<
[email protected]
>
Mon, 18 Aug 2008 15:05:13 +0000
(11:05 -0400)
The Linksys WMP54G (BCM4306/3) card in a PCI format has an SPROM coding
error and needs the fix found for several other cards.
Signed-off-by: Larry Finger <
[email protected]
>
Cc: Stable <
[email protected]
> [2.6.25.x, 2.6.26.x]
Signed-off-by: Michael Buesch <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/b43/main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/b43/main.c
b/drivers/net/wireless/b43/main.c
index 3bf3a869361f13fec7ff1b4a48bdd5ae9ddc363b..ee462b5141049a02250b3b6ff43a12019057eda0 100644
(file)
--- a/
drivers/net/wireless/b43/main.c
+++ b/
drivers/net/wireless/b43/main.c
@@
-4616,6
+4616,7
@@
static void b43_sprom_fixup(struct ssb_bus *bus)
pdev = bus->host_pci;
if (IS_PDEV(pdev, BROADCOM, 0x4318, ASUSTEK, 0x100F) ||
IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0015) ||
+ IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0014) ||
IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0013))
bus->sprom.boardflags_lo &= ~B43_BFL_BTCOEXIST;
}