Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config WLAN_VENDOR_ADMTEK
0003         bool "ADMtek devices"
0004         default y
0005         help
0006           If you have a wireless card belonging to this class, say Y.
0007 
0008           Note that the answer to this question doesn't directly affect the
0009           kernel: saying N will just cause the configurator to skip all the
0010           questions about these cards. If you say Y, you will be asked for
0011           your specific card in the following questions.
0012 
0013 if WLAN_VENDOR_ADMTEK
0014 
0015 config ADM8211
0016         tristate "ADMtek ADM8211 support"
0017         depends on MAC80211 && PCI
0018         select CRC32
0019         select EEPROM_93CX6
0020         help
0021           This driver is for ADM8211A, ADM8211B, and ADM8211C based cards.
0022           These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as:
0023 
0024           Xterasys Cardbus XN-2411b
0025           Blitz NetWave Point PC
0026           TrendNet 221pc
0027           Belkin F5D6001
0028           SMC 2635W
0029           Linksys WPC11 v1
0030           Fiberline FL-WL-200X
0031           3com Office Connect (3CRSHPW796)
0032           Corega WLPCIB-11
0033           SMC 2602W V2 EU
0034           D-Link DWL-520 Revision C
0035 
0036           However, some of these cards have been replaced with other chips
0037           like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or
0038           the Ralink RT2400 (SMC2635W) without a model number change.
0039 
0040           Thanks to Infineon-ADMtek for their support of this driver.
0041 
0042 endif # WLAN_VENDOR_ADMTEK