]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
staging: rtl8723bs: remove wrapper rtw_init_recv_timer
authorMichael Straube <straube.linux@gmail.com>
Fri, 22 Aug 2025 13:54:06 +0000 (15:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Sep 2025 13:55:11 +0000 (15:55 +0200)
commit0149f27d1a248f013fe36d29bc391c303e853ee0
tree37a15ac5bd120c4fd49b5b28e822223908f77fca
parent9f1dcadbc90ad7de37ef9f39195eb6777a74472c
staging: rtl8723bs: remove wrapper rtw_init_recv_timer

The function rtw_init_recv_timer in os_dep/recv_linux.c is jsut a wrapper
around timer_setup. Use timer_setup directly and remove the wrapper to
reduce code in the os_dep directory.

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