summaryrefslogtreecommitdiff
path: root/net/wireless/Kconfig
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2019-06-12 19:19:55 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2019-06-20 09:18:33 +0300
commitaf1f3d327d49d9bb94d9c173023e6cbdc5453d38 (patch)
treed8c497463b308f83017c28a8f55abef26a5c45b0 /net/wireless/Kconfig
parent5fdb373570b2119abf00d909a277ebf4ea2c078f (diff)
downloadlinux-af1f3d327d49d9bb94d9c173023e6cbdc5453d38.tar.xz
net/lib80211: move WEP handling to ARC4 library code
The crypto API abstraction is not very useful for invoking ciphers directly, especially in the case of arc4, which only has a generic implementation in C. So let's invoke the library code directly. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'net/wireless/Kconfig')
-rw-r--r--net/wireless/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig
index 41722046b937..abff3c6a5b50 100644
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -212,6 +212,7 @@ config LIB80211
config LIB80211_CRYPT_WEP
tristate
+ select CRYPTO_LIB_ARC4
config LIB80211_CRYPT_CCMP
tristate