All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: rtl8192e: Rename variables in rtl819x_HTProc.c
@ 2022-11-13  4:34 Philipp Hortmann
  2022-11-13  4:34 ` [PATCH 01/10] staging: rtl8192e: Rename bTxDisableRate.., RegMaxLPSAwa.. and bTxUseD Philipp Hortmann
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Philipp Hortmann @ 2022-11-13  4:34 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Rename 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 bTxDisableRate.., RegMaxLPSAwa.. and
    bTxUseD..
  staging: rtl8192e: Rename Regdot11HTOper.., bSupportM.. and
    PowerSaveCo..
  staging: rtl8192e: Rename Regdot11TxHT.., dot11HTOpera.. and
    RegHTSuppRa..
  staging: rtl8192e: Rename pPSC
  staging: rtl8192e: Rename RFInProgres.., bEnableHT and RegChannelPlan
  staging: rtl8192e: Rename LinkDetectInfo
  staging: rtl8192e: Rename bNetPromisc.., IntelPromiscu.. and
    bPromiscu..
  staging: rtl8192e: Rename bFilterSour.., CCKPresentAt.. and
    ResetProg..
  staging: rtl8192e: Rename InterruptLog, RxCounter and bHwRfOffAction
  staging: rtl8192e: Rename pHTInfo

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |  40 +-
 .../staging/rtl8192e/rtl8192e/r8192E_phy.c    |  40 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_cam.c   |   2 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c  | 168 ++++----
 drivers/staging/rtl8192e/rtl8192e/rtl_core.h  |  12 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    |  72 ++--
 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c    |  42 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c    |  46 +--
 drivers/staging/rtl8192e/rtl819x_BAProc.c     |  20 +-
 drivers/staging/rtl8192e/rtl819x_HT.h         |   2 +-
 drivers/staging/rtl8192e/rtl819x_HTProc.c     | 376 +++++++++---------
 drivers/staging/rtl8192e/rtl819x_TSProc.c     |   2 +-
 drivers/staging/rtl8192e/rtllib.h             |  44 +-
 drivers/staging/rtl8192e/rtllib_module.c      |   6 +-
 drivers/staging/rtl8192e/rtllib_rx.c          |  34 +-
 drivers/staging/rtl8192e/rtllib_softmac.c     | 170 ++++----
 drivers/staging/rtl8192e/rtllib_softmac_wx.c  |  16 +-
 drivers/staging/rtl8192e/rtllib_tx.c          |  78 ++--
 18 files changed, 585 insertions(+), 585 deletions(-)

-- 
2.37.3


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

end of thread, other threads:[~2022-11-13  4:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-13  4:34 [PATCH 00/10] staging: rtl8192e: Rename variables in rtl819x_HTProc.c Philipp Hortmann
2022-11-13  4:34 ` [PATCH 01/10] staging: rtl8192e: Rename bTxDisableRate.., RegMaxLPSAwa.. and bTxUseD Philipp Hortmann
2022-11-13  4:35 ` [PATCH 02/10] staging: rtl8192e: Rename Regdot11HTOper.., bSupportM.. and PowerSaveCo Philipp Hortmann
2022-11-13  4:35 ` [PATCH 03/10] staging: rtl8192e: Rename Regdot11TxHT.., dot11HTOpera.. and RegHTSuppRa Philipp Hortmann
2022-11-13  4:35 ` [PATCH 04/10] staging: rtl8192e: Rename pPSC Philipp Hortmann
2022-11-13  4:35 ` [PATCH 05/10] staging: rtl8192e: Rename RFInProgres.., bEnableHT and RegChannelPlan Philipp Hortmann
2022-11-13  4:35 ` [PATCH 06/10] staging: rtl8192e: Rename LinkDetectInfo Philipp Hortmann
2022-11-13  4:35 ` [PATCH 07/10] staging: rtl8192e: Rename bNetPromisc.., IntelPromiscu.. and bPromiscu Philipp Hortmann
2022-11-13  4:36 ` [PATCH 08/10] staging: rtl8192e: Rename bFilterSour.., CCKPresentAt.. and ResetProg Philipp Hortmann
2022-11-13  4:36 ` [PATCH 09/10] staging: rtl8192e: Rename InterruptLog, RxCounter and bHwRfOffAction Philipp Hortmann
2022-11-13  4:36 ` [PATCH 10/10] staging: rtl8192e: Rename pHTInfo 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.