[PATCH 0/2] staging: rtl8723bs: small cleanup of RTL8192C leftovers

From: Jonggeun Park

Date: Tue Aug 11 2026 - 10:38:02 EST


Hi,

This is my first patch series to the kernel, and I am glad to
contribute.

The series is a step toward the TODO item "find and remove any code
for other chips that is left over" in drivers/staging/rtl8723bs/TODO:

- Patch 1 corrects two comments whose referenced file names no
longer match the files present in the driver.
- Patch 2 removes two RTL8192C function declarations that have no
definition or caller anywhere in the kernel tree.

Neither patch introduces a functional change. The driver builds
cleanly with W=1 for CONFIG_RTL8723BS=m.

Thanks,
Jonggeun

Jonggeun Park (2):
staging: rtl8723bs: fix stale file name references in comments
staging: rtl8723bs: remove dead RTL8192C function declarations

drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c | 2 +-
drivers/staging/rtl8723bs/include/rtl8192c_recv.h | 3 ---
drivers/staging/rtl8723bs/include/rtl8723b_hal.h | 2 +-
3 files changed, 2 insertions(+), 5 deletions(-)

--
2.43.0