Skip to content

Commit

Permalink
[PATCH] Add adm8211 802.11b wireless driver
Browse files Browse the repository at this point in the history
This patch adds a mac80211 wireless driver for ADMtek ADM8211 based
wireless cards.

Signed-off-by: Michael Wu <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
Michael Wu authored and David S. Miller committed Oct 10, 2007
1 parent aa0daf0 commit cc0b88c
Show file tree
Hide file tree
Showing 5 changed files with 2,759 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,14 @@ M: [email protected]
L: [email protected]
S: Maintained

ADM8211 WIRELESS DRIVER
P: Michael Wu
M: [email protected]
L: [email protected]
W: http://linuxwireless.org/
T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
S: Maintained

ADT746X FAN DRIVER
P: Colin Leroy
M: [email protected]
Expand Down
27 changes: 27 additions & 0 deletions drivers/net/wireless/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,33 @@ config RTL8187

Thanks to Realtek for their support!

config ADM8211
tristate "ADMtek ADM8211 support"
depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
select CRC32
select EEPROM_93CX6
---help---
This driver is for ADM8211A, ADM8211B, and ADM8211C based cards.
These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as:

Xterasys Cardbus XN-2411b
Blitz NetWave Point PC
TrendNet 221pc
Belkin F5D6001
SMC 2635W
Linksys WPC11 v1
Fiberline FL-WL-200X
3com Office Connect (3CRSHPW796)
Corega WLPCIB-11
SMC 2602W V2 EU
D-Link DWL-520 Revision C

However, some of these cards have been replaced with other chips
like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or
the Ralink RT2400 (SMC2635W) without a model number change.

Thanks to Infineon-ADMtek for their support of this driver.

source "drivers/net/wireless/hostap/Kconfig"
source "drivers/net/wireless/bcm43xx/Kconfig"
source "drivers/net/wireless/zd1211rw/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions drivers/net/wireless/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ obj-$(CONFIG_LIBERTAS) += libertas/

rtl8187-objs := rtl8187_dev.o rtl8187_rtl8225.o
obj-$(CONFIG_RTL8187) += rtl8187.o

obj-$(CONFIG_ADM8211) += adm8211.o
Loading

0 comments on commit cc0b88c

Please sign in to comment.