linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: r8188eu: clean up dead code and use in-kernel arc4
@ 2021-09-03 19:04 Michael Straube
  2021-09-03 19:04 ` [PATCH 1/3] staging: r8188eu: remove unused constant CRC32_POLY Michael Straube
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Straube @ 2021-09-03 19:04 UTC (permalink / raw)
  To: gregkh
  Cc: Larry.Finger, phil, martin, fmdefrancesco, linux-staging,
	linux-kernel, Michael Straube

This series removes the unused function rtw_use_tkipkey_handler()
and constant CRC32_POLY.

And it converts the driver to use in-kernel arc4 encryption instead
of a custom implementation for WEP and TKIP.

Tested with Inter-Tech DMG-02 and TP-Link TL-WA901N access point in
WEP and TKIP mode.

Michael Straube (3):
  staging: r8188eu: remove unused constant CRC32_POLY
  staging: r8188eu: use in-kernel arc4 encryption
  staging: r8188eu: remove rtw_use_tkipkey_handler()

 drivers/staging/r8188eu/core/rtw_security.c   | 123 +++---------------
 .../staging/r8188eu/include/rtw_security.h    |   6 +-
 2 files changed, 25 insertions(+), 104 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2021-09-03 19:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-03 19:04 [PATCH 0/3] staging: r8188eu: clean up dead code and use in-kernel arc4 Michael Straube
2021-09-03 19:04 ` [PATCH 1/3] staging: r8188eu: remove unused constant CRC32_POLY Michael Straube
2021-09-03 19:04 ` [PATCH 2/3] staging: r8188eu: use in-kernel arc4 encryption Michael Straube
2021-09-03 19:04 ` [PATCH 3/3] staging: r8188eu: remove rtw_use_tkipkey_handler() Michael Straube

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).