summaryrefslogtreecommitdiffstats
path: root/net/wireless/Kconfig
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2019-06-12 18:19:56 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2019-06-20 14:18:33 +0800
commit4be297016cd3a6aedbcc3b053da16cdd42546f04 (patch)
tree0c1c5e88b5dfd15e33bc6aab30fb3667e56247d4 /net/wireless/Kconfig
parentaf1f3d327d49d9bb94d9c173023e6cbdc5453d38 (diff)
net/lib80211: move TKIP 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 abff3c6a5b50..2cfc5b7800e9 100644
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -219,6 +219,7 @@ config LIB80211_CRYPT_CCMP
config LIB80211_CRYPT_TKIP
tristate
+ select CRYPTO_LIB_ARC4
config LIB80211_DEBUG
bool "lib80211 debugging messages"