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:
8b339d0
)
b43: Add support for 4318E
author
Clyde McPherson
<
[email protected]
>
Wed, 1 Jul 2009 03:39:28 +0000
(22:39 -0500)
committer
John W. Linville
<
[email protected]
>
Wed, 8 Jul 2009 19:24:24 +0000
(15:24 -0400)
Added support for the Broadcom 4318E chipset on PCMCIA/CF cards. The
4318E can do 802.11A/B/G, only B and G mode are supported in b43.
Signed-off-by: Clyde McPherson <
[email protected]
>
Signed-off-by: Larry Finger <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/b43/pcmcia.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/b43/pcmcia.c
b/drivers/net/wireless/b43/pcmcia.c
index 3cfc30307a27d33f48ed8bbffc3e2da13a2cc686..6c3a74964ab888585e0466424290415fcdf653e0 100644
(file)
--- a/
drivers/net/wireless/b43/pcmcia.c
+++ b/
drivers/net/wireless/b43/pcmcia.c
@@
-35,6
+35,7
@@
static /*const */ struct pcmcia_device_id b43_pcmcia_tbl[] = {
PCMCIA_DEVICE_MANF_CARD(0x2D0, 0x448),
+ PCMCIA_DEVICE_MANF_CARD(0x2D0, 0x476),
PCMCIA_DEVICE_NULL,
};