linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: rtl8192e: Rename and remove variables in rtl819x_HTProc.c
@ 2022-09-24 22:02 Philipp Hortmann
  2022-09-24 22:03 ` [PATCH 01/10] staging: rtl8192e: Rename eRFPowerState, eRfOff and eRfOn Philipp Hortmann
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Philipp Hortmann @ 2022-09-24 22:02 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Rename and remove variables to avoid CamelCase which is not accepted by
checkpatch.

Tested with rtl8192e
Transferred this patch over wlan connection of rtl8192e

Philipp Hortmann (10):
  staging: rtl8192e: Rename eRFPowerState, eRfOff and eRfOn
  staging: rtl8192e: Rename eRfSleep, eRfPowerStateToSet and RfOffReason
  staging: rtl8192e: Rename dot11Cur..., bCurTxBW40MHz and
    bCurrentRT2...
  staging: rtl8192e: Rename bSwBwInPro..., bRegRT2RTAg... and
    bCurrentRT...
  staging: rtl8192e: Rename szRT2RTAggBuffer, bRegRxRe... and
    bCurRxReo...
  staging: rtl8192e: Rename RxRe...WinSize, RxReorder... and
    RxReorderDr...
  staging: rtl8192e: Rename PeerMimoPs, IOTAction and IOTRaFunc
  staging: rtl8192e: Rename SelfMimoPs, CurrentOpMode and bForcedShortGI
  staging: rtl8192e: Rename CurrentMPDU..., ForcedAMPDU... and
    ForcedMPDU...
  staging: rtl8192e: Remove unused variables ForcedAMSDUMaxSize, ...

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |  24 ++--
 .../staging/rtl8192e/rtl8192e/r8192E_phy.c    |  28 ++--
 .../staging/rtl8192e/rtl8192e/r8192E_phy.h    |   2 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_cam.c   |   8 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c  |  56 ++++----
 drivers/staging/rtl8192e/rtl8192e/rtl_core.h  |   2 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    |  28 ++--
 drivers/staging/rtl8192e/rtl8192e/rtl_pm.c    |   4 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c    |  24 ++--
 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c    |  16 +--
 drivers/staging/rtl8192e/rtl819x_BAProc.c     |   4 +-
 drivers/staging/rtl8192e/rtl819x_HT.h         |  53 +++-----
 drivers/staging/rtl8192e/rtl819x_HTProc.c     | 120 +++++++++---------
 drivers/staging/rtl8192e/rtl819x_TSProc.c     |   2 +-
 drivers/staging/rtl8192e/rtllib.h             |  10 +-
 drivers/staging/rtl8192e/rtllib_rx.c          |  10 +-
 drivers/staging/rtl8192e/rtllib_softmac.c     |  32 ++---
 drivers/staging/rtl8192e/rtllib_tx.c          |  22 ++--
 18 files changed, 215 insertions(+), 230 deletions(-)

-- 
2.37.3


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

end of thread, other threads:[~2022-09-26  9:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-24 22:02 [PATCH 00/10] staging: rtl8192e: Rename and remove variables in rtl819x_HTProc.c Philipp Hortmann
2022-09-24 22:03 ` [PATCH 01/10] staging: rtl8192e: Rename eRFPowerState, eRfOff and eRfOn Philipp Hortmann
2022-09-24 22:03 ` [PATCH 02/10] staging: rtl8192e: Rename eRfSleep, eRfPowerStateToSet and RfOffReason Philipp Hortmann
2022-09-24 22:03 ` [PATCH 03/10] staging: rtl8192e: Rename dot11Cur..., bCurTxBW40MHz and bCurrentRT2 Philipp Hortmann
2022-09-24 22:03 ` [PATCH 04/10] staging: rtl8192e: Rename bSwBwInPro..., bRegRT2RTAg... and bCurrentRT Philipp Hortmann
2022-09-24 22:03 ` [PATCH 05/10] staging: rtl8192e: Rename szRT2RTAggBuffer, bRegRxRe... and bCurRxReo Philipp Hortmann
2022-09-24 22:03 ` [PATCH 06/10] staging: rtl8192e: Rename RxRe...WinSize, RxReorder... and RxReorderDr Philipp Hortmann
2022-09-24 22:03 ` [PATCH 07/10] staging: rtl8192e: Rename PeerMimoPs, IOTAction and IOTRaFunc Philipp Hortmann
2022-09-24 22:04 ` [PATCH 08/10] staging: rtl8192e: Rename SelfMimoPs, CurrentOpMode and bForcedShortGI Philipp Hortmann
2022-09-24 22:04 ` [PATCH 09/10] staging: rtl8192e: Rename CurrentMPDU..., ForcedAMPDU... and ForcedMPDU Philipp Hortmann
2022-09-24 22:04 ` [PATCH 10/10] staging: rtl8192e: Remove unused variables ForcedAMSDUMaxSize, Philipp Hortmann
2022-09-26  9:24 ` [PATCH 00/10] staging: rtl8192e: Rename and remove variables in rtl819x_HTProc.c Dan Carpenter

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