]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: remove wrapper rtw_hal_chip_configure()
authorNikolay Kulikov <nikolayof23@gmail.com>
Sun, 19 Apr 2026 07:19:27 +0000 (10:19 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Apr 2026 11:01:56 +0000 (05:01 -0600)
commit559101d0c8ade0f34c373844a16588bcf068fe38
treeffe7d191c3da0d88acb71399f74a53573a322444
parent59214b899b5c846c9231d582d2fd163a961a0461
staging: rtl8723bs: remove wrapper rtw_hal_chip_configure()

Remove the rtw_hal_chip_configure() function, as it's just a wrapper
that calls rtl8723bs_interface_configure() directly. Instead, call
rtl8723bs_interface_configure() from the appropriate places. This will
reduce code complexity and improve readability by removing unnecessary
abstraction.

Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260419072034.19824-2-nikolayof23@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/hal_intf.c
drivers/staging/rtl8723bs/include/hal_intf.h
drivers/staging/rtl8723bs/os_dep/sdio_intf.c