All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: rtl8723bs: rtw_security.* clean up
@ 2021-05-07  7:35 Fabio Aiuto
  2021-05-07  7:35 ` [PATCH 1/4] staging: rtl8723bs: remove unused macros, arrays and an inline function def Fabio Aiuto
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Fabio Aiuto @ 2021-05-07  7:35 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel

This patchset remove some unused macros in include/rtw_security.h,
most of them tyed to old private AES encryption.

It also replaces private arc4 encryption implementation with
the in-kernel one.

NOT tested.

Fabio Aiuto (4):
  staging: rtl8723bs: remove unused macros, arrays and an inline
    function def
  staging: rtl8723bs: remove more unused encryption macros
  staging: rtl8723bs: remove unused symbolic constant _AES_IV_LEN_
  staging: rtl8723bs: replace private arc4 encryption with in-kernel one

 drivers/staging/rtl8723bs/core/rtw_security.c | 276 ++----------------
 .../staging/rtl8723bs/include/rtw_security.h  | 101 -------
 2 files changed, 21 insertions(+), 356 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2021-05-07  7:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-07  7:35 [PATCH 0/4] staging: rtl8723bs: rtw_security.* clean up Fabio Aiuto
2021-05-07  7:35 ` [PATCH 1/4] staging: rtl8723bs: remove unused macros, arrays and an inline function def Fabio Aiuto
2021-05-07  7:35 ` [PATCH 2/4] staging: rtl8723bs: remove more unused encryption macros Fabio Aiuto
2021-05-07  7:35 ` [PATCH 3/4] staging: rtl8723bs: remove unused symbolic constant _AES_IV_LEN_ Fabio Aiuto
2021-05-07  7:36 ` [PATCH 4/4] staging: rtl8723bs: replace private arc4 encryption with in-kernel one Fabio Aiuto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.