From: Philipp Hortmann <philipp.g.hortmann@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [PATCH 00/10] staging: rtl8192e: Rename variables in rtl819x_HTProc.c
Date: Sun, 13 Nov 2022 05:34:44 +0100 [thread overview]
Message-ID: <cover.1668313325.git.philipp.g.hortmann@gmail.com> (raw)
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
next reply other threads:[~2022-11-13 4:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-13 4:34 Philipp Hortmann [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1668313325.git.philipp.g.hortmann@gmail.com \
--to=philipp.g.hortmann@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.