public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] staging: rtl8723bs: rename members of struct registry_priv and remove dead code
@ 2026-01-27  1:21 Ethan Tidmore
  2026-01-27  1:21 ` [PATCH v2 1/8] staging: rtl8723bs: rename RegEnableTxPowerLimit to reg_enable_tx_power_limit Ethan Tidmore
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ethan Tidmore @ 2026-01-27  1:21 UTC (permalink / raw)
  To: gregkh
  Cc: dan.carpenter, straube.linux, hansg, linux-staging, linux-kernel,
	Ethan Tidmore

Changes in v2:
  - Split the series into one logical change per patch as requested.
  - Removed unused variables (bEn_RFE, RFE_Type, etc.) instead of 
    renaming them, resolving the Hungarian notation issue.
  - Removed stray changes to function parameters to keep patches 
    focused on struct registry_priv members.

Ethan Tidmore (8):
  staging: rtl8723bs: rename RegEnableTxPowerLimit to
    reg_enable_tx_power_limit
  staging: rtl8723bs: rename RegEnableTxPowerByRate to
    reg_enable_tx_power_by_rate
  staging: rtl8723bs: rename RegPwrTblSel to reg_pwr_tbl_sel
  staging: rtl8723bs: remove unused variable TxBBSwing_2G
  staging: rtl8723bs: remove unused variable AmplifierType_2G
  staging: rtl8723bs: remove unused variable bEn_RFE
  staging: rtl8723bs: remove unused variable RFE_Type

 .../staging/rtl8723bs/hal/hal_com_phycfg.c    | 14 +++++----
 .../staging/rtl8723bs/hal/rtl8723b_phycfg.c   | 31 ++++++++-----------
 drivers/staging/rtl8723bs/include/drv_types.h | 12 +++----
 drivers/staging/rtl8723bs/os_dep/os_intfs.c   |  9 ++----
 4 files changed, 28 insertions(+), 38 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-01-27  1:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27  1:21 [PATCH v2 0/8] staging: rtl8723bs: rename members of struct registry_priv and remove dead code Ethan Tidmore
2026-01-27  1:21 ` [PATCH v2 1/8] staging: rtl8723bs: rename RegEnableTxPowerLimit to reg_enable_tx_power_limit Ethan Tidmore
2026-01-27  1:21 ` [PATCH v2 2/8] staging: rtl8723bs: rename RegEnableTxPowerByRate to reg_enable_tx_power_by_rate Ethan Tidmore
2026-01-27  1:21 ` [PATCH v2 3/8] staging: rtl8723bs: rename RegPowerBase to reg_power_base Ethan Tidmore
2026-01-27  1:21 ` [PATCH v2 4/8] staging: rtl8723bs: rename RegPwrTblSel to reg_pwr_tbl_sel Ethan Tidmore
2026-01-27  1:21 ` [PATCH v2 5/8] staging: rtl8723bs: remove unused variable TxBBSwing_2G Ethan Tidmore
2026-01-27  1:21 ` [PATCH v2 6/8] staging: rtl8723bs: remove unused variable AmplifierType_2G Ethan Tidmore
2026-01-27  1:21 ` [PATCH v2 7/8] staging: rtl8723bs: remove unused variable bEn_RFE Ethan Tidmore
2026-01-27  1:21 ` [PATCH v2 8/8] staging: rtl8723bs: remove unused variable RFE_Type Ethan Tidmore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox