projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e061b16
)
hostap: select required crypto bits in Kconfig
author
John W. Linville
<linville@tuxdriver.com>
Wed, 3 Dec 2008 18:55:38 +0000
(13:55 -0500)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 5 Dec 2008 14:32:10 +0000
(09:32 -0500)
This is fallout from moving the crypto stuff to the new lib80211
component.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/hostap/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/hostap/Kconfig
b/drivers/net/wireless/hostap/Kconfig
index 87bbd4db4bad517835f7d943c438fd04d63ee463..932d207bce231955548e6e68adbc1585bb1e4b59 100644
(file)
--- a/
drivers/net/wireless/hostap/Kconfig
+++ b/
drivers/net/wireless/hostap/Kconfig
@@
-2,6
+2,13
@@
config HOSTAP
tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)"
depends on WLAN_80211
select WIRELESS_EXT
+ select CRYPTO
+ select CRYPTO_ARC4
+ select CRYPTO_ECB
+ select CRYPTO_AES
+ select CRYPTO_MICHAEL_MIC
+ select CRYPTO_ECB
+ select CRC32
select LIB80211
select LIB80211_CRYPT_WEP
select LIB80211_CRYPT_TKIP