[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210903190444.15585-1-straube.linux@gmail.com>
Date: Fri, 3 Sep 2021 21:04:41 +0200
From: Michael Straube <straube.linux@...il.com>
To: gregkh@...uxfoundation.org
Cc: Larry.Finger@...inger.net, phil@...lpotter.co.uk, martin@...ser.cx,
fmdefrancesco@...il.com, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
Michael Straube <straube.linux@...il.com>
Subject: [PATCH 0/3] staging: r8188eu: clean up dead code and use in-kernel arc4
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
Powered by blists - more mailing lists