linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: r8188eu: clean up unnecessary type casts
@ 2021-08-29 11:25 Michael Straube
  2021-08-29 11:25 ` [PATCH 1/3] staging: r8188eu: convert type of second parameter of rtw_*_encrypt() Michael Straube
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michael Straube @ 2021-08-29 11:25 UTC (permalink / raw)
  To: gregkh
  Cc: Larry.Finger, phil, martin, fmdefrancesco, linux-staging,
	linux-kernel, Michael Straube

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-30  0:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-29 11:25 [PATCH 0/3] staging: r8188eu: clean up unnecessary type casts Michael Straube
2021-08-29 11:25 ` [PATCH 1/3] staging: r8188eu: convert type of second parameter of rtw_*_encrypt() Michael Straube
2021-08-29 11:25 ` [PATCH 2/3] staging: r8188eu: convert type of second parameter of rtw_*_decrypt() Michael Straube
2021-08-29 11:25 ` [PATCH 3/3] staging: r8188eu: remove unnecessary type casts Michael Straube
2021-08-30  0:16 ` [PATCH 0/3] staging: r8188eu: clean up " Phillip Potter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).