staging/rtl8192e: switch to RC4 library interface
authorArd Biesheuvel <ardb@kernel.org>
Mon, 31 Aug 2020 15:16:43 +0000 (18:16 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 11 Sep 2020 04:39:14 +0000 (14:39 +1000)
commit054694a46d64b59317fda59eae2509681fb3a1d4
treeef4ed8eac3c54457ef803dec66c329a267827e9d
parent9769635423af703b131d7635e0de83767fe0006d
staging/rtl8192e: switch to RC4 library interface

Switch to the ARC4 library interface, to remove the pointless
dependency on the skcipher API, from which we will hopefully be
able to drop ecb(arc4) skcipher support.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/staging/rtl8192e/Kconfig
drivers/staging/rtl8192e/rtllib_crypt_tkip.c
drivers/staging/rtl8192e/rtllib_crypt_wep.c