linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] staging: rtl8723bs: remove residual 5 Ghz code and more code cleaning
@ 2021-07-21 13:37 Fabio Aiuto
  2021-07-21 13:37 ` [PATCH 01/16] staging: rtl8723bs: simplify function selecting channel group Fabio Aiuto
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Fabio Aiuto @ 2021-07-21 13:37 UTC (permalink / raw)
  To: gregkh; +Cc: hdegoede, Larry.Finger, linux-staging, linux-kernel

This patchset removes some residual 5 Ghz dead code,
left undeleted from recent patches intended for
this aim.

Done some code cleaning as well (mainly camel case fixes)

Fabio Aiuto (16):
  staging: rtl8723bs: simplify function selecting channel group
  staging: rtl8723bs: fix camel case inside function
  staging: rtl8723bs: convert function name to snake case
  staging: rtl8723bs: add spaces around operator
  staging: rtl8723bs: remove 5Ghz code blocks
  staging: rtl8723bs: remove commented out condition
  staging: rtl8723bs: fix camel case in struct wlan_bssid_ex
  staging: rtl8723bs: fix camel case in struct ndis_802_11_conf
  staging: rtl8723bs: remove struct ndis_802_11_conf_fh
  staging: rtl8723bs: fix camel case in struct ndis_802_11_ssid
  staging: rtl8723bs: fix camel case in struct wlan_phy_info
  staging: rtl8723bs: fix camel case in struct wlan_bcn_info
  staging: rtl8723bs: fix camel case in IE structures
  staging: rtl8723bs: remove unused struct ndis_802_11_ai_reqfi
  staging: rtl8723bs: remove unused struct ndis_801_11_ai_resfi
  staging: rtl8723bs: fix camel case in struct ndis_802_11_wep

 drivers/staging/rtl8723bs/core/rtw_ap.c       | 124 ++++----
 drivers/staging/rtl8723bs/core/rtw_cmd.c      |  54 ++--
 .../staging/rtl8723bs/core/rtw_ieee80211.c    |  80 ++---
 .../staging/rtl8723bs/core/rtw_ioctl_set.c    |  28 +-
 drivers/staging/rtl8723bs/core/rtw_mlme.c     | 214 +++++++------
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 287 +++++++++---------
 .../staging/rtl8723bs/core/rtw_wlan_util.c    | 102 +++----
 drivers/staging/rtl8723bs/hal/hal_btcoex.c    |   2 +-
 drivers/staging/rtl8723bs/hal/hal_com.c       |   2 +-
 drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c  |  22 +-
 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c |  64 +---
 drivers/staging/rtl8723bs/include/rtw_mlme.h  |   6 +-
 .../staging/rtl8723bs/include/wlan_bssdef.h   |  90 +++---
 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c |  92 +++---
 .../staging/rtl8723bs/os_dep/ioctl_linux.c    | 190 ++++++------
 drivers/staging/rtl8723bs/os_dep/os_intfs.c   |   4 +-
 16 files changed, 641 insertions(+), 720 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-07-21 13:37 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 13:37 [PATCH 00/16] staging: rtl8723bs: remove residual 5 Ghz code and more code cleaning Fabio Aiuto
2021-07-21 13:37 ` [PATCH 01/16] staging: rtl8723bs: simplify function selecting channel group Fabio Aiuto
2021-07-21 13:37 ` [PATCH 02/16] staging: rtl8723bs: fix camel case inside function Fabio Aiuto
2021-07-21 13:37 ` [PATCH 03/16] staging: rtl8723bs: convert function name to snake case Fabio Aiuto
2021-07-21 13:37 ` [PATCH 04/16] staging: rtl8723bs: add spaces around operator Fabio Aiuto
2021-07-21 13:37 ` [PATCH 05/16] staging: rtl8723bs: remove 5Ghz code blocks Fabio Aiuto
2021-07-21 13:37 ` [PATCH 06/16] staging: rtl8723bs: remove commented out condition Fabio Aiuto
2021-07-21 13:37 ` [PATCH 07/16] staging: rtl8723bs: fix camel case in struct wlan_bssid_ex Fabio Aiuto
2021-07-21 13:37 ` [PATCH 08/16] staging: rtl8723bs: fix camel case in struct ndis_802_11_conf Fabio Aiuto
2021-07-21 13:37 ` [PATCH 09/16] staging: rtl8723bs: remove struct ndis_802_11_conf_fh Fabio Aiuto
2021-07-21 13:37 ` [PATCH 10/16] staging: rtl8723bs: fix camel case in struct ndis_802_11_ssid Fabio Aiuto
2021-07-21 13:37 ` [PATCH 11/16] staging: rtl8723bs: fix camel case in struct wlan_phy_info Fabio Aiuto
2021-07-21 13:37 ` [PATCH 12/16] staging: rtl8723bs: fix camel case in struct wlan_bcn_info Fabio Aiuto
2021-07-21 13:37 ` [PATCH 13/16] staging: rtl8723bs: fix camel case in IE structures Fabio Aiuto
2021-07-21 13:37 ` [PATCH 14/16] staging: rtl8723bs: remove unused struct ndis_802_11_ai_reqfi Fabio Aiuto
2021-07-21 13:37 ` [PATCH 15/16] staging: rtl8723bs: remove unused struct ndis_801_11_ai_resfi Fabio Aiuto
2021-07-21 13:37 ` [PATCH 16/16] staging: rtl8723bs: fix camel case in struct ndis_802_11_wep Fabio Aiuto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).