From: Nam Cao <namcaov@gmail.com>
To: Larry.Finger@lwfinger.net, gregkh@linuxfoundation.org,
hdegoede@redhat.com
Cc: namcaov@gmail.com, linux-kernel@vger.kernel.org,
linux-staging@lists.linux.dev
Subject: [PATCH 00/10] staging: rtl8723bs: delete some dead code
Date: Fri, 2 Sep 2022 11:51:50 +0200 [thread overview]
Message-ID: <cover.1662111798.git.namcaov@gmail.com> (raw)
Delete some unused functions and files.
Nam Cao (10):
staging: rtl8723bs: delete rtw_setdatarate_cmd
staging: rtl8723bs: delete function rtw_set_chplan_cmd
staging: rtl8723bs: remove rtw_change_ifname
staging: rtl8723bs: delete rtw_odm.c and rtw_odm.h
staging: rtl8723bs: remove odm_PauseDIG
staging: rtl8723bs: remove GetHexValueFromString
staging: rtl8723bs: remove hal_btcoex_SetManualControl
staging: rtl8723bs: remove rtw_hal_is_disable_sw_channel_plan
staging: rtl8723bs: remove IsHexDigit
staging: rtl8723bs: remove rtw_is_wps_ie
drivers/staging/rtl8723bs/Makefile | 1 -
drivers/staging/rtl8723bs/core/rtw_cmd.c | 84 -------------
.../staging/rtl8723bs/core/rtw_ieee80211.c | 17 ---
drivers/staging/rtl8723bs/core/rtw_odm.c | 116 ------------------
drivers/staging/rtl8723bs/hal/hal_btcoex.c | 5 -
drivers/staging/rtl8723bs/hal/hal_com.c | 64 ----------
drivers/staging/rtl8723bs/hal/hal_intf.c | 5 -
drivers/staging/rtl8723bs/hal/odm_DIG.c | 57 ---------
drivers/staging/rtl8723bs/hal/odm_DIG.h | 2 -
drivers/staging/rtl8723bs/include/drv_types.h | 3 -
.../staging/rtl8723bs/include/hal_btcoex.h | 1 -
drivers/staging/rtl8723bs/include/hal_com.h | 4 -
drivers/staging/rtl8723bs/include/hal_intf.h | 2 -
drivers/staging/rtl8723bs/include/ieee80211.h | 1 -
drivers/staging/rtl8723bs/include/rtw_cmd.h | 3 -
drivers/staging/rtl8723bs/include/rtw_odm.h | 24 ----
.../staging/rtl8723bs/os_dep/osdep_service.c | 50 --------
17 files changed, 439 deletions(-)
delete mode 100644 drivers/staging/rtl8723bs/core/rtw_odm.c
delete mode 100644 drivers/staging/rtl8723bs/include/rtw_odm.h
--
2.25.1
next reply other threads:[~2022-09-02 9:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-02 9:51 Nam Cao [this message]
2022-09-02 9:51 ` [PATCH 01/10] staging: rtl8723bs: delete rtw_setdatarate_cmd Nam Cao
2022-09-02 9:51 ` [PATCH 02/10] staging: rtl8723bs: delete function rtw_set_chplan_cmd Nam Cao
2022-09-02 9:51 ` [PATCH 03/10] staging: rtl8723bs: remove rtw_change_ifname Nam Cao
2022-09-02 9:51 ` [PATCH 04/10] staging: rtl8723bs: delete rtw_odm.c and rtw_odm.h Nam Cao
2022-09-02 9:51 ` [PATCH 05/10] staging: rtl8723bs: remove odm_PauseDIG Nam Cao
2022-09-02 9:51 ` [PATCH 06/10] staging: rtl8723bs: remove GetHexValueFromString Nam Cao
2022-09-02 9:51 ` [PATCH 07/10] staging: rtl8723bs: remove hal_btcoex_SetManualControl Nam Cao
2022-09-02 9:51 ` [PATCH 08/10] staging: rtl8723bs: remove rtw_hal_is_disable_sw_channel_plan Nam Cao
2022-09-02 9:51 ` [PATCH 09/10] staging: rtl8723bs: remove IsHexDigit Nam Cao
2022-09-02 9:52 ` [PATCH 10/10] staging: rtl8723bs: remove rtw_is_wps_ie Nam Cao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1662111798.git.namcaov@gmail.com \
--to=namcaov@gmail.com \
--cc=Larry.Finger@lwfinger.net \
--cc=gregkh@linuxfoundation.org \
--cc=hdegoede@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.