[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1626874164.git.fabioaiuto83@gmail.com>
Date: Wed, 21 Jul 2021 15:37:07 +0200
From: Fabio Aiuto <fabioaiuto83@...il.com>
To: gregkh@...uxfoundation.org
Cc: hdegoede@...hat.com, Larry.Finger@...inger.net,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [PATCH 00/16] staging: rtl8723bs: remove residual 5 Ghz code and more code cleaning
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
Powered by blists - more mailing lists