162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ciconfig WLAN_VENDOR_CISCO 362306a36Sopenharmony_ci bool "Cisco devices" 462306a36Sopenharmony_ci default y 562306a36Sopenharmony_ci help 662306a36Sopenharmony_ci If you have a wireless card belonging to this class, say Y. 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci Note that the answer to this question doesn't directly affect the 962306a36Sopenharmony_ci kernel: saying N will just cause the configurator to skip all the 1062306a36Sopenharmony_ci questions about these cards. If you say Y, you will be asked for 1162306a36Sopenharmony_ci your specific card in the following questions. 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciif WLAN_VENDOR_CISCO 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ciconfig AIRO 1662306a36Sopenharmony_ci tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" 1762306a36Sopenharmony_ci depends on CFG80211 && (PCI || BROKEN) 1862306a36Sopenharmony_ci select WIRELESS_EXT 1962306a36Sopenharmony_ci select CRYPTO 2062306a36Sopenharmony_ci select CRYPTO_SKCIPHER 2162306a36Sopenharmony_ci select WEXT_SPY 2262306a36Sopenharmony_ci select WEXT_PRIV 2362306a36Sopenharmony_ci help 2462306a36Sopenharmony_ci This is the standard Linux driver to support Cisco/Aironet ISA and 2562306a36Sopenharmony_ci PCI 802.11 wireless cards. 2662306a36Sopenharmony_ci It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 2762306a36Sopenharmony_ci - with or without encryption) as well as card before the Cisco 2862306a36Sopenharmony_ci acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). 2962306a36Sopenharmony_ci 3062306a36Sopenharmony_ci This driver support both the standard Linux Wireless Extensions 3162306a36Sopenharmony_ci and Cisco proprietary API, so both the Linux Wireless Tools and the 3262306a36Sopenharmony_ci Cisco Linux utilities can be used to configure the card. 3362306a36Sopenharmony_ci 3462306a36Sopenharmony_ci The driver can be compiled as a module and will be named "airo". 3562306a36Sopenharmony_ci 3662306a36Sopenharmony_ciconfig AIRO_CS 3762306a36Sopenharmony_ci tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" 3862306a36Sopenharmony_ci depends on CFG80211 && PCMCIA 3962306a36Sopenharmony_ci select WIRELESS_EXT 4062306a36Sopenharmony_ci select WEXT_SPY 4162306a36Sopenharmony_ci select WEXT_PRIV 4262306a36Sopenharmony_ci select CRYPTO 4362306a36Sopenharmony_ci select CRYPTO_AES 4462306a36Sopenharmony_ci select CRYPTO_CTR 4562306a36Sopenharmony_ci help 4662306a36Sopenharmony_ci This is the standard Linux driver to support Cisco/Aironet PCMCIA 4762306a36Sopenharmony_ci 802.11 wireless cards. This driver is the same as the Aironet 4862306a36Sopenharmony_ci driver part of the Linux Pcmcia package. 4962306a36Sopenharmony_ci It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 5062306a36Sopenharmony_ci - with or without encryption) as well as card before the Cisco 5162306a36Sopenharmony_ci acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also 5262306a36Sopenharmony_ci supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom 5362306a36Sopenharmony_ci 802.11b cards. 5462306a36Sopenharmony_ci 5562306a36Sopenharmony_ci This driver support both the standard Linux Wireless Extensions 5662306a36Sopenharmony_ci and Cisco proprietary API, so both the Linux Wireless Tools and the 5762306a36Sopenharmony_ci Cisco Linux utilities can be used to configure the card. 5862306a36Sopenharmony_ci 5962306a36Sopenharmony_ciendif # WLAN_VENDOR_CISCO 60