]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
staging: rtl8723bs: remove wrapper rtw_os_indicate_scan_done
authorMichael Straube <straube.linux@gmail.com>
Fri, 1 Aug 2025 08:31:24 +0000 (10:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Aug 2025 05:21:22 +0000 (07:21 +0200)
commit7c0480fd766efced3a3df25b202f6914135576a7
tree8a6b501d761ed0436b9dc9fcf471d21917b88588
parent08a2e17462dc3b78693124530396eadd380badee
staging: rtl8723bs: remove wrapper rtw_os_indicate_scan_done

The function rtw_os_indicate_scan_done is just a wrapper around
rtw_cfg80211_indicate_scan_done. Use rtw_cfg80211_indicate_scan_done
directly and remove the wrapper.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Tested-by: Hans de Goede <hansg@kernel.org>
Reviewed-by: Hans de Goede <hansg@kernel.org>
Link: https://lore.kernel.org/r/20250801083131.82915-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme.c
drivers/staging/rtl8723bs/include/mlme_osdep.h
drivers/staging/rtl8723bs/os_dep/mlme_linux.c