All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: rtl8192e: Remove unused and unchanged variables in rtl_ps.c
@ 2022-10-01  9:40 Philipp Hortmann
  2022-10-01  9:40 ` [PATCH 01/10] staging: rtl8192e: Remove unchanged variable bFwCtrlLPS Philipp Hortmann
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Philipp Hortmann @ 2022-10-01  9:40 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Remove unchanged and unused CamelCase variables that lead to dead code.

Tested with rtl8192e
Transferred this patch over wlan connection of rtl8192e

Philipp Hortmann (10):
  staging: rtl8192e: Remove unchanged variable bFwCtrlLPS
  staging: rtl8192e: Remove unchanged variable bInactivePs
  staging: rtl8192e: Remove unused variable bIPSModeBackup
  staging: rtl8192e: Remove unused variable bInPowerSaveMode
  staging: rtl8192e: Remove unused variable isRFOff
  staging: rtl8192e: Remove unchanged variable RegRfOff
  staging: rtl8192e: Remove unchanged variable bDisableNormalResetCheck
  staging: rtl8192e: Remove unused variable bForcedSilentReset
  staging: rtl8192e: Remove unused variable ScanDelay
  staging: rtl8192e: Remove unused variable bDriverIsGoingToUnload

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |  8 +--
 .../staging/rtl8192e/rtl8192e/r8192E_phy.c    |  1 -
 drivers/staging/rtl8192e/rtl8192e/rtl_cam.c   | 18 +++---
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c  | 20 +-----
 drivers/staging/rtl8192e/rtl8192e/rtl_core.h  |  9 ---
 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c    | 61 +++++++------------
 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c    | 48 +++++++--------
 drivers/staging/rtl8192e/rtllib.h             |  6 --
 8 files changed, 55 insertions(+), 116 deletions(-)

-- 
2.37.3


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

end of thread, other threads:[~2022-10-01  9:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-01  9:40 [PATCH 00/10] staging: rtl8192e: Remove unused and unchanged variables in rtl_ps.c Philipp Hortmann
2022-10-01  9:40 ` [PATCH 01/10] staging: rtl8192e: Remove unchanged variable bFwCtrlLPS Philipp Hortmann
2022-10-01  9:40 ` [PATCH 02/10] staging: rtl8192e: Remove unchanged variable bInactivePs Philipp Hortmann
2022-10-01  9:40 ` [PATCH 03/10] staging: rtl8192e: Remove unused variable bIPSModeBackup Philipp Hortmann
2022-10-01  9:40 ` [PATCH 04/10] staging: rtl8192e: Remove unused variable bInPowerSaveMode Philipp Hortmann
2022-10-01  9:41 ` [PATCH 05/10] staging: rtl8192e: Remove unused variable isRFOff Philipp Hortmann
2022-10-01  9:41 ` [PATCH 06/10] staging: rtl8192e: Remove unchanged variable RegRfOff Philipp Hortmann
2022-10-01  9:41 ` [PATCH 07/10] staging: rtl8192e: Remove unchanged variable bDisableNormalResetCheck Philipp Hortmann
2022-10-01  9:41 ` [PATCH 08/10] staging: rtl8192e: Remove unused variable bForcedSilentReset Philipp Hortmann
2022-10-01  9:41 ` [PATCH 09/10] staging: rtl8192e: Remove unused variable ScanDelay Philipp Hortmann
2022-10-01  9:41 ` [PATCH 10/10] staging: rtl8192e: Remove unused variable bDriverIsGoingToUnload 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.