Messages in this thread |  | | Date | Sun, 15 Jan 2023 21:19:14 +0100 | From | Philipp Hortmann <> | Subject | [PATCH 00/10] staging: rtl8192e: Rename variables from r8192_priv start with bDynamicTx.. |
| |
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 bDynamicTxHig.., bDynamicTxL.. and bLastDTPF.. staging: rtl8192e: Rename bLastDTPFlag_Low, OFDM_index and CCK_index staging: rtl8192e: Rename Record_CCK_2.., Record_CCK_4.. and DefaultIn.. staging: rtl8192e: Rename rateCountDi.., ContinueDif.. and TxCounter staging: rtl8192e: Rename bResetInPro.., framesyncMo.. and nCur40MhzPri.. staging: rtl8192e: Rename SetBWModeIn.., SwChnlInPro.. and ThermalMet.. staging: rtl8192e: Rename CrystalCap, EEPROMLegacyHTT.. and EEPROMCrys.. staging: rtl8192e: Rename EEPROMTherma.., EEPROMAntPw.. and EEPROMTxPow.. staging: rtl8192e: Rename EEPROMTxPower.., AutoloadF.. and SilentReset.. staging: rtl8192e: Rename EEPROMTxPower.., AutoloadF.. and SilentReset..
.../rtl8192e/rtl8192e/r8190P_rtl8256.c | 4 +- .../staging/rtl8192e/rtl8192e/r8192E_dev.c | 92 +++++------ .../staging/rtl8192e/rtl8192e/r8192E_phy.c | 52 +++---- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 10 +- drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 60 ++++---- drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 144 +++++++++--------- 6 files changed, 181 insertions(+), 181 deletions(-)
-- 2.39.0
|  |