On Wed, Jun 12, 2019 at 01:09:35AM +0200, Ard Biesheuvel wrote: > 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@xxxxxxxxxx> > --- > net/wireless/lib80211_crypt_tkip.c | 48 +++++++------------- > 1 file changed, 17 insertions(+), 31 deletions(-) > Doesn't net/wireless/Kconfig also need to be updated to add 'select CRYPTO_LIB_ARC4' to LIB80211_CRYPT_TKIP, like you did for LIB80211_CRYPT_WEP? - Eric