.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config WLAN_VENDOR_CISCO |
---|
2 | 3 | bool "Cisco devices" |
---|
3 | 4 | default y |
---|
4 | | - ---help--- |
---|
| 5 | + help |
---|
5 | 6 | If you have a wireless card belonging to this class, say Y. |
---|
6 | 7 | |
---|
7 | 8 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
16 | 17 | depends on CFG80211 && ISA_DMA_API && (PCI || BROKEN) |
---|
17 | 18 | select WIRELESS_EXT |
---|
18 | 19 | select CRYPTO |
---|
| 20 | + select CRYPTO_SKCIPHER |
---|
19 | 21 | select WEXT_SPY |
---|
20 | 22 | select WEXT_PRIV |
---|
21 | | - ---help--- |
---|
| 23 | + help |
---|
22 | 24 | This is the standard Linux driver to support Cisco/Aironet ISA and |
---|
23 | 25 | PCI 802.11 wireless cards. |
---|
24 | 26 | It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X |
---|
.. | .. |
---|
39 | 41 | select WEXT_PRIV |
---|
40 | 42 | select CRYPTO |
---|
41 | 43 | select CRYPTO_AES |
---|
42 | | - ---help--- |
---|
| 44 | + select CRYPTO_CTR |
---|
| 45 | + help |
---|
43 | 46 | This is the standard Linux driver to support Cisco/Aironet PCMCIA |
---|
44 | 47 | 802.11 wireless cards. This driver is the same as the Aironet |
---|
45 | 48 | driver part of the Linux Pcmcia package. |
---|