[PATCH 00/13] staging: rtl8723au: Remove more code obfuscation

Jes.Sorensen at redhat.com Jes.Sorensen at redhat.com
Thu Jul 17 20:59:44 UTC 2014


From: Jes Sorensen <Jes.Sorensen at redhat.com>

Greg,

Another round of code obfuscation removal, mostly getting rid of no-op
and unncessary wrappers.

Cheers,
Jes


Jes Sorensen (12):
  staging: rtl8723au: Eliminate Set_MSR() wrapper call
  staging: rtl8723au: Reduce number of duplicate defines for link state
  staging: rtl8723au: Use rtl8723au_set_media_status() to replace
    _InitNetworkType()
  staging: rtl8723au: Remove write-only variable UsbRxHighSpeedMode
  staging: rtl8723au: Remove no-op usb_AggSetting*()
  staging: rtl88723au: Remove no-op _InitOperation_mode() function
  staging: rtl8723au: Remove RegBcnCtrlVal
  staging: rtl8723au: Use proper name REG_CAMCMD and remove wrapper
    invalidate_cam_all23a()
  staging: rtl8723au: rtl8723a_InitBeaconParameters(): Remove unused
    variable
  staging: rtl8723au: ODM_IC_11N_SERIES is always true for SupportICType
  staging: rtl8723au: Remove unused odm_RegDefine11AC.h
  staging: rtl8723au: Remove pointless IS_STA_VALID() macro

Raphael Silva (1):
  rtl8723au: Corrections in the coding style

 drivers/staging/rtl8723au/core/rtw_ap.c            |   8 +-
 drivers/staging/rtl8723au/core/rtw_mlme_ext.c      | 116 ++++++++--------
 drivers/staging/rtl8723au/core/rtw_sreset.c        |   2 +-
 drivers/staging/rtl8723au/core/rtw_sta_mgt.c       |  42 +++---
 drivers/staging/rtl8723au/core/rtw_wlan_util.c     |  17 +--
 drivers/staging/rtl8723au/hal/hal_com.c            |  12 +-
 drivers/staging/rtl8723au/hal/odm.c                | 150 ++++++++++-----------
 drivers/staging/rtl8723au/hal/odm_HWConfig.c       |   2 +-
 drivers/staging/rtl8723au/hal/rtl8723a_cmd.c       |   4 +-
 drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c  |  34 ++---
 drivers/staging/rtl8723au/hal/usb_halinit.c        |  73 +---------
 drivers/staging/rtl8723au/include/hal_com.h        |   2 +-
 drivers/staging/rtl8723au/include/odm.h            |   8 --
 .../staging/rtl8723au/include/odm_RegDefine11AC.h  |  49 -------
 drivers/staging/rtl8723au/include/odm_interface.h  |  11 +-
 drivers/staging/rtl8723au/include/odm_precomp.h    |   1 -
 drivers/staging/rtl8723au/include/rtl8723a_hal.h   |   4 -
 drivers/staging/rtl8723au/include/rtl8723a_spec.h  |  10 --
 drivers/staging/rtl8723au/include/rtw_mlme_ext.h   |  12 --
 19 files changed, 195 insertions(+), 362 deletions(-)
 delete mode 100644 drivers/staging/rtl8723au/include/odm_RegDefine11AC.h

-- 
1.9.3



More information about the devel mailing list