mirror of https://gitee.com/openkylin/linux.git
[PATCH] airo: should select crypto_aes
The driver airo (for Cisco Wlan-Cards) complains about "failed to load transform for AES", when it is loaded and CRYPTO_AES is not selected in Kconfig. Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
d91928e906
commit
8fa9ea18e8
|
@ -447,6 +447,7 @@ config AIRO_CS
|
||||||
tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
|
tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
|
||||||
depends on NET_RADIO && PCMCIA && (BROKEN || !M32R)
|
depends on NET_RADIO && PCMCIA && (BROKEN || !M32R)
|
||||||
select CRYPTO
|
select CRYPTO
|
||||||
|
select CRYPTO_AES
|
||||||
---help---
|
---help---
|
||||||
This is the standard Linux driver to support Cisco/Aironet PCMCIA
|
This is the standard Linux driver to support Cisco/Aironet PCMCIA
|
||||||
802.11 wireless cards. This driver is the same as the Aironet
|
802.11 wireless cards. This driver is the same as the Aironet
|
||||||
|
|
Loading…
Reference in New Issue