On Sun, Jan 24, 2016 at 09:16:57PM +0800, Herbert Xu wrote: > This patch replaces uses of blkcipher with skcipher, and the long > obsolete hash interface with ahash. > > Signed-off-by: Herbert Xu <herb...@gondor.apana.org.au> > --- > > drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 92 > +++++++------- > drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c | 46 ++++--- > 2 files changed, 81 insertions(+), 57 deletions(-)
Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>