[00/10] staging: rtl8192e: Rename constants and variables from rtl_dm.h

Message ID cover.1675792435.git.philipp.g.hortmann@gmail.com
Headers
Series staging: rtl8192e: Rename constants and variables from rtl_dm.h |

Message

Philipp Hortmann Feb. 7, 2023, 6:16 p.m. UTC
  Rename constants and variables mainly from rtl_dm.h to fix checkpatch
issues as CamelCase, missing spaces and double line breaks.
Remove dead code in case of double definition.

Tested with rtl8192e
Transferred this patch over wlan connection of rtl8192e

Philipp Hortmann (10):
  staging: rtl8192e: Rename AcmHw_ViqEn, AcmHw_VoqEn and
    ANAPAR_FOR_8192PciE
  staging: rtl8192e: Calculate definition of MSR_LINK_MASK
  staging: rtl8192e: Remove blank lines in r8192E_hw.h, rtl_core.h and
    ..
  staging: rtl8192e: Rename MacBlkCtrl and remove double definition
  staging: rtl8192e: Rename OFDM_Table.., CCK_Table_.. and
    RxPathSelecti..
  staging: rtl8192e: Rename RxPathSelectio.., RateAdaptive.. and
    RateAdap..
  staging: rtl8192e: Rename RateAdaptiveTH.., VeryLowRSSI and WAIotTHVal
  staging: rtl8192e: Rename Enable, cck_Rx_path and SS_TH_low
  staging: rtl8192e: Rename diff_TH and disabledRF
  staging: rtl8192e: Rename DM_RxPathSelTable

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    | 22 ++---
 drivers/staging/rtl8192e/rtl8192e/r8192E_hw.h | 15 ++-
 .../staging/rtl8192e/rtl8192e/r8192E_phy.c    |  2 +-
 .../staging/rtl8192e/rtl8192e/r8192E_phyreg.h |  2 -
 drivers/staging/rtl8192e/rtl8192e/rtl_core.h  |  3 -
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    | 96 +++++++++----------
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h    | 37 +++----
 drivers/staging/rtl8192e/rtl8192e/rtl_pm.c    |  2 +-
 8 files changed, 82 insertions(+), 97 deletions(-)