Re: [PATCH 0/3] staging: r8188eu: clean up unnecessary type casts
From: Phillip Potter <phil@philpotter.co.uk>
Date: 2021-08-30 00:16:31
Also in:
lkml
From: Phillip Potter <phil@philpotter.co.uk>
Date: 2021-08-30 00:16:31
Also in:
lkml
On Sun, 29 Aug 2021 at 12:26, Michael Straube [off-list ref] wrote:
This series removes unnecessary type casts from de/encrypt functions in core/rtw_security.c. Tested with Inter-Tech DMG-02 adapter connected to a CCMP network. Michael Straube (3): staging: r8188eu: convert type of second parameter of rtw_*_encrypt() staging: r8188eu: convert type of second parameter of rtw_*_decrypt() staging: r8188eu: remove unnecessary type casts drivers/staging/r8188eu/core/rtw_mlme_ext.c | 2 +- drivers/staging/r8188eu/core/rtw_recv.c | 6 +- drivers/staging/r8188eu/core/rtw_security.c | 61 +++++++++---------- drivers/staging/r8188eu/core/rtw_xmit.c | 6 +- .../staging/r8188eu/include/rtw_security.h | 12 ++-- 5 files changed, 42 insertions(+), 45 deletions(-) -- 2.32.0
Dear Michael, Looks good to me, built/run fine again, for whole series: Acked-by: Phillip Potter <phil@philpotter.co.uk> Regards, Phil Potter