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