2023-01-21 22:59:48

by Philipp Hortmann

[permalink] [raw]
Subject: [PATCH 0/3] staging: rtl8192e: Rename CamelCase variables and remove one from rtl_core.h

Rename variables to avoid CamelCase which is not accepted by checkpatch.
Remove unused variable.

Tested with rtl8192e
Transferred this patch over wlan connection of rtl8192e

Can only be applied after the patch series from 20.01.2023.

Philipp Hortmann (3):
staging: rtl8192e: Remove unused variable bfirst_init
staging: rtl8192e: Rename eeprom_CustomerID, SwChnlStage and
SwChnlStep
staging: rtl8192e: Rename btxpower_trackin.., Slide_Beaco.. and
Slide_B..

drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 16 ++++++++--------
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c | 8 ++++----
drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 6 ------
drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 13 ++++++-------
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +++++-----
5 files changed, 23 insertions(+), 30 deletions(-)

--
2.39.0