All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] staging: rtl8723bs: remove unused code blocks
@ 2021-03-15 10:13 Fabio Aiuto
  2021-03-15 10:14 ` [PATCH 01/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_AUTO_AP_MODE Fabio Aiuto
                   ` (15 more replies)
  0 siblings, 16 replies; 20+ messages in thread
From: Fabio Aiuto @ 2021-03-15 10:13 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel

Remove unused code blocks as required in TODO file

Fabio Aiuto (15):
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_AUTO_AP_MODE
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_HW_PWRP_DETECTION
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_QOS_OPTIMIZATION
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_AP_WOWLAN
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_PM
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_SIGNAL_DISPLAY_DBM
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_BACKGROUND_NOISE_MONITOR
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_SKIP_SIGNAL_SCALE_MAPPING
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_GPIO_API
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_EXT_CLK
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_CHECK_BT_HANG
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_SDIO_TX_TASKLET
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_SW_CHANNEL_PLAN
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_C2H_PACKET_EN
  staging: rtl8723bs: remove unused code blocks conditioned by never set
    CONFIG_ODM_ADAPTIVITY

 drivers/staging/rtl8723bs/core/rtw_ap.c       |   4 -
 drivers/staging/rtl8723bs/core/rtw_mlme.c     |   3 -
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 250 -------------
 drivers/staging/rtl8723bs/core/rtw_pwrctrl.c  |  35 --
 drivers/staging/rtl8723bs/core/rtw_recv.c     |  32 --
 .../staging/rtl8723bs/core/rtw_wlan_util.c    | 126 -------
 drivers/staging/rtl8723bs/core/rtw_xmit.c     |   5 -
 drivers/staging/rtl8723bs/hal/hal_com.c       |  37 --
 drivers/staging/rtl8723bs/hal/odm_HWConfig.c  |   9 -
 drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c  | 339 ------------------
 drivers/staging/rtl8723bs/hal/rtl8723b_dm.c   |   3 -
 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c |  71 ----
 .../staging/rtl8723bs/hal/rtl8723bs_xmit.c    |   8 -
 drivers/staging/rtl8723bs/hal/sdio_halinit.c  | 126 -------
 drivers/staging/rtl8723bs/hal/sdio_ops.c      |  37 --
 drivers/staging/rtl8723bs/include/drv_types.h |   6 -
 .../rtl8723bs/include/drv_types_sdio.h        |   5 -
 drivers/staging/rtl8723bs/include/hal_com.h   |  10 -
 .../staging/rtl8723bs/include/hal_com_h2c.h   |  30 --
 drivers/staging/rtl8723bs/include/hal_data.h  |   5 -
 drivers/staging/rtl8723bs/include/hal_intf.h  |   3 -
 .../staging/rtl8723bs/include/osdep_service.h |   7 -
 .../staging/rtl8723bs/include/rtl8723b_cmd.h  |   6 -
 .../staging/rtl8723bs/include/rtl8723b_hal.h  |  11 -
 drivers/staging/rtl8723bs/include/rtw_mp.h    |   3 -
 drivers/staging/rtl8723bs/include/rtw_recv.h  |   5 -
 drivers/staging/rtl8723bs/include/rtw_xmit.h  |   4 -
 drivers/staging/rtl8723bs/include/sdio_ops.h  |   7 -
 drivers/staging/rtl8723bs/include/sta_info.h  |   5 -
 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c |   8 -
 .../staging/rtl8723bs/os_dep/ioctl_linux.c    | 130 +------
 drivers/staging/rtl8723bs/os_dep/os_intfs.c   | 142 --------
 drivers/staging/rtl8723bs/os_dep/recv_linux.c |  41 ---
 33 files changed, 1 insertion(+), 1512 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2021-03-16 17:23 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-15 10:13 [PATCH 00/15] staging: rtl8723bs: remove unused code blocks Fabio Aiuto
2021-03-15 10:14 ` [PATCH 01/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_AUTO_AP_MODE Fabio Aiuto
2021-03-15 10:14 ` [PATCH 02/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_HW_PWRP_DETECTION Fabio Aiuto
2021-03-15 10:14 ` [PATCH 03/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_QOS_OPTIMIZATION Fabio Aiuto
2021-03-15 10:14 ` [PATCH 04/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_AP_WOWLAN Fabio Aiuto
2021-03-15 10:15 ` [PATCH 05/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_PM Fabio Aiuto
2021-03-16 11:39   ` Greg KH
2021-03-16 13:36     ` Fabio Aiuto
2021-03-16 13:36       ` Fabio Aiuto
2021-03-15 10:15 ` [PATCH 06/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_SIGNAL_DISPLAY_DBM Fabio Aiuto
2021-03-15 10:15 ` [PATCH 07/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_BACKGROUND_NOISE_MONITOR Fabio Aiuto
2021-03-15 10:15 ` [PATCH 08/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_SKIP_SIGNAL_SCALE_MAPPING Fabio Aiuto
2021-03-15 10:16 ` [PATCH 09/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_GPIO_API Fabio Aiuto
2021-03-15 10:16 ` [PATCH 10/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_EXT_CLK Fabio Aiuto
2021-03-15 10:16 ` [PATCH 11/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_CHECK_BT_HANG Fabio Aiuto
2021-03-15 10:16 ` [PATCH 12/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_SDIO_TX_TASKLET Fabio Aiuto
2021-03-15 10:17 ` [PATCH 13/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_SW_CHANNEL_PLAN Fabio Aiuto
2021-03-15 10:17 ` [PATCH 14/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_C2H_PACKET_EN Fabio Aiuto
2021-03-15 10:17 ` [PATCH 15/15] staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_ODM_ADAPTIVITY Fabio Aiuto
2021-03-16 11:43 ` [PATCH 00/15] staging: rtl8723bs: remove unused code blocks Greg KH

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.