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