All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] staging: rtl8192e: Remove unused variable ucReserved and further
@ 2023-10-23  6:39 Philipp Hortmann
  2023-10-23  6:39 ` [PATCH 01/11] staging: rtl8192e: Replace BIT0 to BIT9 with BIT(0) to BIT(9) Philipp Hortmann
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Philipp Hortmann @ 2023-10-23  6:39 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Replace custom macros with standard kernel macros.
Remove unused variables.

Tested with rtl8192e (WLL6130-D99) in Mode n (12.5 MB/s)
Transferred this patch over wlan connection of rtl8192e.

Philipp Hortmann (11):
  staging: rtl8192e: Replace BIT0 to BIT9 with BIT(0) to BIT(9)
  staging: rtl8192e: Replace BIT10 to BIT31 with BIT(10) to BIT(31)
  staging: rtl8192e: Remove unused variables ucReserved and friends
  staging: rtl8192e: Remove written but unevaluated variable ucUP
  staging: rtl8192e: Remove unused variables from union tspec_body
  staging: rtl8192e: Replace union tspec_body including embedded struct
  staging: rtl8192e: Replace union qos_tsinfo with embedded struct
  staging: rtl8192e: Remove unused struct acm
  staging: rtl8192e: Remove last three parameters of MakeTSEntry()
  staging: rtl8192e: Remove unused union qos_tclas
  staging: rtl8192e: Remove unused variables TClasProc and TClasNum

 drivers/staging/rtl8192e/rtl8192e/r8192E_hw.h | 104 +++++++-------
 .../staging/rtl8192e/rtl8192e/r8192E_phy.c    |   4 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_cam.c   |   8 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    |  22 +--
 drivers/staging/rtl8192e/rtl8192e/rtl_pci.c   |   2 +-
 drivers/staging/rtl8192e/rtl819x_BAProc.c     |   2 +-
 drivers/staging/rtl8192e/rtl819x_Qos.h        | 129 +-----------------
 drivers/staging/rtl8192e/rtl819x_TS.h         |   5 +-
 drivers/staging/rtl8192e/rtl819x_TSProc.c     |  42 ++----
 drivers/staging/rtl8192e/rtllib.h             |  12 +-
 10 files changed, 92 insertions(+), 238 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2023-10-23  6:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-23  6:39 [PATCH 00/11] staging: rtl8192e: Remove unused variable ucReserved and further Philipp Hortmann
2023-10-23  6:39 ` [PATCH 01/11] staging: rtl8192e: Replace BIT0 to BIT9 with BIT(0) to BIT(9) Philipp Hortmann
2023-10-23  6:39 ` [PATCH 02/11] staging: rtl8192e: Replace BIT10 to BIT31 with BIT(10) to BIT(31) Philipp Hortmann
2023-10-23  6:39 ` [PATCH 03/11] staging: rtl8192e: Remove unused variables ucReserved and friends Philipp Hortmann
2023-10-23  6:39 ` [PATCH 04/11] staging: rtl8192e: Remove written but unevaluated variable ucUP Philipp Hortmann
2023-10-23  6:40 ` [PATCH 05/11] staging: rtl8192e: Remove unused variables from union tspec_body Philipp Hortmann
2023-10-23  6:40 ` [PATCH 06/11] staging: rtl8192e: Replace union tspec_body including embedded struct Philipp Hortmann
2023-10-23  6:40 ` [PATCH 07/11] staging: rtl8192e: Replace union qos_tsinfo with " Philipp Hortmann
2023-10-23  6:40 ` [PATCH 08/11] staging: rtl8192e: Remove unused struct acm Philipp Hortmann
2023-10-23  6:40 ` [PATCH 09/11] staging: rtl8192e: Remove last three parameters of MakeTSEntry() Philipp Hortmann
2023-10-23  6:40 ` [PATCH 10/11] staging: rtl8192e: Remove unused union qos_tclas Philipp Hortmann
2023-10-23  6:40 ` [PATCH 11/11] staging: rtl8192e: Remove unused variables TClasProc and TClasNum Philipp Hortmann

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.