]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.suse/wireless-no-aes-select
Imported linux-2.6.27.39 suse/xen patches.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.suse / wireless-no-aes-select
CommitLineData
2cb7cef9
BS
1Subject: Don't force select AES in wireless
2From: ak@suse.de
3
4x86 kernels use always the assembler optimized versions of AES and TWOFISH.
5But the wireless stack would force enable the generic C aes anyways.
6Remove that. The optimized versions provide the cipher as well.
7
8---
9 drivers/net/wireless/Kconfig | 1 -
10 net/ieee80211/Kconfig | 1 -
11 net/mac80211/Kconfig | 1 -
12 3 files changed, 3 deletions(-)
13
14--- a/drivers/net/wireless/Kconfig
15+++ b/drivers/net/wireless/Kconfig
16@@ -461,7 +461,6 @@ config AIRO_CS
17 depends on PCMCIA && (BROKEN || !M32R) && WLAN_80211
18 select WIRELESS_EXT
19 select CRYPTO
20- select CRYPTO_AES
21 ---help---
22 This is the standard Linux driver to support Cisco/Aironet PCMCIA
23 802.11 wireless cards. This driver is the same as the Aironet
24--- a/net/ieee80211/Kconfig
25+++ b/net/ieee80211/Kconfig
26@@ -46,7 +46,6 @@ config IEEE80211_CRYPT_CCMP
27 tristate "IEEE 802.11i CCMP support"
28 depends on IEEE80211
29 select CRYPTO
30- select CRYPTO_AES
31 ---help---
32 Include software based cipher suites in support of IEEE 802.11i
33 (aka TGi, WPA, WPA2, WPA-PSK, etc.) for use with CCMP enabled
34--- a/net/mac80211/Kconfig
35+++ b/net/mac80211/Kconfig
36@@ -3,7 +3,6 @@ config MAC80211
37 select CRYPTO
38 select CRYPTO_ECB
39 select CRYPTO_ARC4
40- select CRYPTO_AES
41 select CRC32
42 select WIRELESS_EXT
43 select CFG80211