Re: [PATCH 3/26] staging: rtl8192e: Replace uses of obsolete blkcipher and hash

From: Greg KH
Date: Sun Jan 24 2016 - 15:01:36 EST


On Sun, Jan 24, 2016 at 09:16:26PM +0800, Herbert Xu wrote:
> The interfaces blkcipher and hash are obsolete. This patch replaces
> them with skcipher and ahash respectively.
>
> Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
> ---
>
> drivers/staging/rtl8192e/rtllib_crypt_tkip.c | 99 ++++++++++++++-------------
> drivers/staging/rtl8192e/rtllib_crypt_wep.c | 48 +++++++------
> 2 files changed, 82 insertions(+), 65 deletions(-)

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>