net/lib80211: move TKIP handling to ARC4 library code
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 12 Jun 2019 16:19:56 +0000 (18:19 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 20 Jun 2019 06:18:33 +0000 (14:18 +0800)
commit4be297016cd3a6aedbcc3b053da16cdd42546f04
tree0c1c5e88b5dfd15e33bc6aab30fb3667e56247d4
parentaf1f3d327d49d9bb94d9c173023e6cbdc5453d38
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>
net/wireless/Kconfig
net/wireless/lib80211_crypt_tkip.c