staging: r8188eu: remove padapter param from aes_decipher function
authorPhillip Potter <phil@philpotter.co.uk>
Wed, 16 Feb 2022 01:07:08 +0000 (01:07 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Feb 2022 15:00:36 +0000 (16:00 +0100)
commit7e2f6bf6adf21e02396f4baf8e8f2aa113de9ff5
tree80caf3283176fa467f602b48268cf1d34aecd515
parent9106c8c7898236848927884d3333327d88eb2177
staging: r8188eu: remove padapter param from aes_decipher function

Remove padapter parameter from aes_decipher function in
core/rtw_security.c, as I added it previously during debugging tweaks
and it is no longer required.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20220216010709.791-15-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_security.c