All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/21] Staging: rtl8723bs: remove unreferenced enum definitions
@ 2021-03-24 18:38 Marco Cesati
  2021-03-24 18:38 ` [PATCH 01/21] Staging: rtl8723bs: remove enums in rtw_mlme.h Marco Cesati
                   ` (20 more replies)
  0 siblings, 21 replies; 26+ messages in thread
From: Marco Cesati @ 2021-03-24 18:38 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Hans de Goede, Larry Finger, linux-staging

The staging/rtl8723bs driver includes 57 enum definitions that are not
referenced elsewhere in the code. This patchset removes these
unnecessary definitions.

This patchset replaces the patchset sent with the message "[PATCH 00/33]
Staging: rtl8723bs: remove unnecessary enum names and definitions",
which also included 82 changes from named enums to anonymous enums.

[PATCH 01/21] Staging: rtl8723bs: remove enums in rtw_mlme.h
[PATCH 02/21] Staging: rtl8723bs: remove enums in hal_com.h
[PATCH 03/21] Staging: rtl8723bs: remove enums in drv_types.h
[PATCH 04/21] Staging: rtl8723bs: remove enums in wlan_bssdef.h
[PATCH 05/21] Staging: rtl8723bs: remove enums in rtw_mp.h
[PATCH 06/21] Staging: rtl8723bs: remove enums in osdep_service.h
[PATCH 07/21] Staging: rtl8723bs: remove enums in hal_intf.h
[PATCH 08/21] Staging: rtl8723bs: remove enums in hal_com_h2c.h
[PATCH 09/21] Staging: rtl8723bs: remove enums in rtw_wifi_regd.h
[PATCH 10/21] Staging: rtl8723bs: remove enums in wifi.h
[PATCH 11/21] Staging: rtl8723bs: remove enums in hal_phy.h
[PATCH 12/21] Staging: rtl8723bs: remove enums in rtw_mlme_ext.h
[PATCH 13/21] Staging: rtl8723bs: remove enums in rtw_xmit.h
[PATCH 14/21] Staging: rtl8723bs: remove enums in rtw_rf.h
[PATCH 15/21] Staging: rtl8723bs: remove enums in ieee80211.h
[PATCH 16/21] Staging: rtl8723bs: remove enums in odm_interface.h
[PATCH 17/21] Staging: rtl8723bs: remove enums in HalBtcOutSrc.h
[PATCH 18/21] Staging: rtl8723bs: remove enums in odm_types.h
[PATCH 19/21] Staging: rtl8723bs: remove enums in odm_DIG.h
[PATCH 20/21] Staging: rtl8723bs: remove enums in HalPhyRf.h
[PATCH 21/21] Staging: rtl8723bs: remove enums in odm.h

 drivers/staging/rtl8723bs/hal/HalBtcOutSrc.h  |  34 -----
 drivers/staging/rtl8723bs/hal/HalPhyRf.h      |   5 -
 drivers/staging/rtl8723bs/hal/odm.h           | 117 ------------------
 drivers/staging/rtl8723bs/hal/odm_DIG.h       |  16 ---
 drivers/staging/rtl8723bs/hal/odm_interface.h |   8 --
 drivers/staging/rtl8723bs/hal/odm_types.h     |  41 ------
 drivers/staging/rtl8723bs/include/drv_types.h |  15 ---
 drivers/staging/rtl8723bs/include/hal_com.h   |   4 -
 .../staging/rtl8723bs/include/hal_com_h2c.h   |  60 ---------
 drivers/staging/rtl8723bs/include/hal_intf.h  |  22 ----
 drivers/staging/rtl8723bs/include/hal_phy.h   |  42 -------
 drivers/staging/rtl8723bs/include/ieee80211.h |  81 ------------
 .../staging/rtl8723bs/include/osdep_service.h |  23 ----
 drivers/staging/rtl8723bs/include/rtw_mlme.h  |  12 --
 .../staging/rtl8723bs/include/rtw_mlme_ext.h  |  12 --
 drivers/staging/rtl8723bs/include/rtw_mp.h    |  98 ---------------
 drivers/staging/rtl8723bs/include/rtw_rf.h    |  24 ----
 .../staging/rtl8723bs/include/rtw_wifi_regd.h |   7 --
 drivers/staging/rtl8723bs/include/rtw_xmit.h  |   7 --
 drivers/staging/rtl8723bs/include/wifi.h      |  24 ----
 .../staging/rtl8723bs/include/wlan_bssdef.h   |   5 -
 21 files changed, 657 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-03-24 19:07 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24 18:38 [PATCH 00/21] Staging: rtl8723bs: remove unreferenced enum definitions Marco Cesati
2021-03-24 18:38 ` [PATCH 01/21] Staging: rtl8723bs: remove enums in rtw_mlme.h Marco Cesati
2021-03-24 18:38 ` [PATCH 02/21] Staging: rtl8723bs: remove enums in hal_com.h Marco Cesati
2021-03-24 18:38 ` [PATCH 03/21] Staging: rtl8723bs: remove enums in drv_types.h Marco Cesati
2021-03-24 18:38 ` [PATCH 04/21] Staging: rtl8723bs: remove enums in wlan_bssdef.h Marco Cesati
2021-03-24 18:38 ` [PATCH 05/21] Staging: rtl8723bs: remove enums in rtw_mp.h Marco Cesati
2021-03-24 18:38 ` [PATCH 06/21] Staging: rtl8723bs: remove enums in osdep_service.h Marco Cesati
2021-03-24 18:59   ` Dan Carpenter
2021-03-24 18:38 ` [PATCH 07/21] Staging: rtl8723bs: remove enums in hal_intf.h Marco Cesati
2021-03-24 18:38 ` [PATCH 08/21] Staging: rtl8723bs: remove enums in hal_com_h2c.h Marco Cesati
2021-03-24 19:02   ` Dan Carpenter
2021-03-24 18:38 ` [PATCH 09/21] Staging: rtl8723bs: remove enums in rtw_wifi_regd.h Marco Cesati
2021-03-24 18:38 ` [PATCH 10/21] Staging: rtl8723bs: remove enums in wifi.h Marco Cesati
2021-03-24 18:38 ` [PATCH 11/21] Staging: rtl8723bs: remove enums in hal_phy.h Marco Cesati
2021-03-24 18:38 ` [PATCH 12/21] Staging: rtl8723bs: remove enums in rtw_mlme_ext.h Marco Cesati
2021-03-24 18:38 ` [PATCH 13/21] Staging: rtl8723bs: remove enums in rtw_xmit.h Marco Cesati
2021-03-24 18:38 ` [PATCH 14/21] Staging: rtl8723bs: remove enums in rtw_rf.h Marco Cesati
2021-03-24 18:38 ` [PATCH 15/21] Staging: rtl8723bs: remove enums in ieee80211.h Marco Cesati
2021-03-24 18:38 ` [PATCH 16/21] Staging: rtl8723bs: remove enums in odm_interface.h Marco Cesati
2021-03-24 18:38 ` [PATCH 17/21] Staging: rtl8723bs: remove enums in HalBtcOutSrc.h Marco Cesati
2021-03-24 19:05   ` Dan Carpenter
2021-03-24 18:38 ` [PATCH 18/21] Staging: rtl8723bs: remove enums in odm_types.h Marco Cesati
2021-03-24 18:38 ` [PATCH 19/21] Staging: rtl8723bs: remove enums in odm_DIG.h Marco Cesati
2021-03-24 18:38 ` [PATCH 20/21] Staging: rtl8723bs: remove enums in HalPhyRf.h Marco Cesati
2021-03-24 18:38 ` [PATCH 21/21] Staging: rtl8723bs: remove enums in odm.h Marco Cesati
2021-03-24 19:06   ` Dan Carpenter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.