[PATCH v2 0/7] staging: rtl8192e: Rename variables from r8192_priv start with ChannelPlan

Philipp Hortmann posted 7 patches 2 years, 8 months ago
.../rtl8192e/rtl8192e/r8190P_rtl8256.c        |  14 +--
.../staging/rtl8192e/rtl8192e/r8192E_dev.c    |  78 +++++++-------
.../staging/rtl8192e/rtl8192e/r8192E_phy.c    | 100 +++++++++---------
drivers/staging/rtl8192e/rtl8192e/rtl_core.c  |  10 +-
drivers/staging/rtl8192e/rtl8192e/rtl_core.h  |  42 ++++----
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    |  30 +++---
6 files changed, 137 insertions(+), 137 deletions(-)
[PATCH v2 0/7] staging: rtl8192e: Rename variables from r8192_priv start with ChannelPlan
Posted by Philipp Hortmann 2 years, 8 months ago
Rename variables to avoid CamelCase which is not accepted by checkpatch.

Tested with rtl8192e
Transferred this patch over wlan connection of rtl8192e
---
V1 -> V2: In patch "Rename TSSI_13dBm, Pwr_Track and NumTotalRFPath"
          Changed TSSI_13dBm to tssi_13dBm instead of tssi_13dbm

Philipp Hortmann (7):
  staging: rtl8192e: Rename ChannelPlan, eeprom_ChannelPlan and CckPwEnl
  staging: rtl8192e: Rename TSSI_13dBm, Pwr_Track and NumTotalRFPath
  staging: rtl8192e: Rename CCKPresentAtt...
  staging: rtl8192e: Rename TxPowerLevelCCK...
  staging: rtl8192e: Rename TxPowerLevelOFDM24G...
  staging: rtl8192e: Rename MCSTxPowerL.., LegacyHTTxPowe.. and
    AntennaTx..
  staging: rtl8192e: Rename SetRFPowerSta.., RfReg0Value and
    bTXPowerDa..

 .../rtl8192e/rtl8192e/r8190P_rtl8256.c        |  14 +--
 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |  78 +++++++-------
 .../staging/rtl8192e/rtl8192e/r8192E_phy.c    | 100 +++++++++---------
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c  |  10 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_core.h  |  42 ++++----
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    |  30 +++---
 6 files changed, 137 insertions(+), 137 deletions(-)

-- 
2.39.0
Re: [PATCH v2 0/7] staging: rtl8192e: Rename variables from r8192_priv start with ChannelPlan
Posted by Dan Carpenter 2 years, 8 months ago
On Mon, Jan 09, 2023 at 08:08:15PM +0100, Philipp Hortmann wrote:
> Rename variables to avoid CamelCase which is not accepted by checkpatch.
> 
> Tested with rtl8192e
> Transferred this patch over wlan connection of rtl8192e
> ---
> V1 -> V2: In patch "Rename TSSI_13dBm, Pwr_Track and NumTotalRFPath"
>           Changed TSSI_13dBm to tssi_13dBm instead of tssi_13dbm

Thanks!

regards,
dan carpenter