[PATCH v2 0/2] staging: rtl8723bs: remove pwrdown field & related function

From: Nikolay Kulikov

Date: Sat Aug 08 2026 - 14:55:40 EST


Remove the function whose return value is ignored, as well as the field
in the struct hal_com_data that is used only within that function.

Signed-off-by: Nikolay Kulikov <nikolayof23@xxxxxxxxx>
---
Changes in v2:
- Move the removal of 'pwrdown' to a separate patch to simplify the
review process.
- Link to v1: https://patch.msgid.link/20260806-rtl8723bs_efuse-v1-1-fedb8b91f346@xxxxxxxxx

---
Nikolay Kulikov (2):
staging: rtl8723bs: remove unused 'pwrdown' from struct hal_com_data
staging: rtl8723bs: remove static HalDetectPwrDownMode() function

drivers/staging/rtl8723bs/core/rtw_efuse.c | 75 ---------------------------
drivers/staging/rtl8723bs/hal/sdio_halinit.c | 24 ---------
drivers/staging/rtl8723bs/include/hal_data.h | 3 --
drivers/staging/rtl8723bs/include/rtw_efuse.h | 1 -
4 files changed, 103 deletions(-)
---
base-commit: c6eb4dc5964fdf4086b73b7f0f5dc0d595fb5cf3
change-id: 20260805-rtl8723bs_efuse-61a335b0d1b2

Best regards,
--
Nikolay Kulikov <nikolayof23@xxxxxxxxx>