lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 25 Sep 2022 00:02:50 +0200
From:   Philipp Hortmann <philipp.g.hortmann@...il.com>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [PATCH 00/10] staging: rtl8192e: Rename and remove variables in
 rtl819x_HTProc.c

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ