Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH 0/9] staging: rtl8723bs: continued cleanup of struct
@ 2026-07-17 18:51 Nikolay Kulikov
  2026-07-17 18:52 ` [PATCH 1/9] staging: rtl8723bs: remove unused 'CCK_24G_Diff' from hal_com_data Nikolay Kulikov
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Nikolay Kulikov @ 2026-07-17 18:51 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-staging, Nikolay Kulikov

Removal of some fields that are primarily written to but not read.

Nikolay Kulikov (9):
  staging: rtl8723bs: remove unused 'CCK_24G_Diff' from hal_com_data
  staging: rtl8723bs: remove unused array MCSTxPowerLevelOriginalOffset
  staging: rtl8723bs: remove unused 'bIQKInitialized ' from hal_com_data
  staging: rtl8723bs: remove unused 'bNeedIQK' from struct hal_com_data
  staging: rtl8723bs: hal: remove unused readings from the chip
  staging: rtl8723bs: remove unused 'UsbRxHighSpeedMode' from
    hal_com_data
  staging: rtl8723bs: remove unused spinlock 'SdioTxFIFOFreePageLock'
  staging: rtl8723bs: remove 'rf_chip' from struct hal_com_data
  staging: rtl8723bs: remove debug fields from hal_com_data

 drivers/staging/rtl8723bs/core/rtw_ap.c       |  2 --
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c |  3 ---
 drivers/staging/rtl8723bs/hal/hal_com.c       |  6 -----
 .../staging/rtl8723bs/hal/hal_com_phycfg.c    | 13 -----------
 drivers/staging/rtl8723bs/hal/hal_sdio.c      |  4 ----
 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 11 ---------
 .../staging/rtl8723bs/hal/rtl8723b_phycfg.c   |  2 --
 .../staging/rtl8723bs/hal/rtl8723bs_xmit.c    |  1 -
 drivers/staging/rtl8723bs/hal/sdio_halinit.c  | 23 -------------------
 drivers/staging/rtl8723bs/include/hal_data.h  | 18 ---------------
 drivers/staging/rtl8723bs/include/hal_intf.h  |  1 -
 11 files changed, 84 deletions(-)


base-commit: cb08dcd0a896c3ac8073a57296f2377b106c35b4
-- 
2.55.0


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

end of thread, other threads:[~2026-07-17 18:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-17 18:51 [PATCH 0/9] staging: rtl8723bs: continued cleanup of struct Nikolay Kulikov
2026-07-17 18:52 ` [PATCH 1/9] staging: rtl8723bs: remove unused 'CCK_24G_Diff' from hal_com_data Nikolay Kulikov
2026-07-17 18:52 ` [PATCH 2/9] staging: rtl8723bs: remove unused array MCSTxPowerLevelOriginalOffset Nikolay Kulikov
2026-07-17 18:52 ` [PATCH 3/9] staging: rtl8723bs: remove unused 'bIQKInitialized ' from hal_com_data Nikolay Kulikov
2026-07-17 18:52 ` [PATCH 4/9] staging: rtl8723bs: remove unused 'bNeedIQK' from struct hal_com_data Nikolay Kulikov
2026-07-17 18:52 ` [PATCH 5/9] staging: rtl8723bs: hal: remove unused readings from the chip Nikolay Kulikov
2026-07-17 18:52 ` [PATCH 6/9] staging: rtl8723bs: remove unused 'UsbRxHighSpeedMode' from hal_com_data Nikolay Kulikov
2026-07-17 18:52 ` [PATCH 7/9] staging: rtl8723bs: remove unused spinlock 'SdioTxFIFOFreePageLock' Nikolay Kulikov
2026-07-17 18:52 ` [PATCH 8/9] staging: rtl8723bs: remove 'rf_chip' from struct hal_com_data Nikolay Kulikov
2026-07-17 18:52 ` [PATCH 9/9] staging: rtl8723bs: remove debug fields from hal_com_data Nikolay Kulikov

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