Re: [RFC PATCH 1/7] staging/rtl8192e: switch to RC4 library interface

2020-07-02 Thread Greg Kroah-Hartman
On Thu, Jul 02, 2020 at 12:19:41PM +0200, Ard Biesheuvel wrote: > 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 Acked-by: Greg

[RFC PATCH 1/7] staging/rtl8192e: switch to RC4 library interface

2020-07-02 Thread Ard Biesheuvel
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 --- drivers/staging/rtl8192e/Kconfig | 4 +-