]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
staging: rtl8723bs: move init_mlme_ext_timer to core/rtw_mlme_ext.c
authorMichael Straube <straube.linux@gmail.com>
Fri, 1 Aug 2025 08:31:25 +0000 (10:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Aug 2025 05:21:22 +0000 (07:21 +0200)
commit6f9ada0a6916c80a3d0e7ed11c773b51b227f2e0
tree9eb374580711fd00ff2ad49074db6c2a54048cb5
parent7c0480fd766efced3a3df25b202f6914135576a7
staging: rtl8723bs: move init_mlme_ext_timer to core/rtw_mlme_ext.c

Move the function init_mlme_ext_timer from os_dep/mlme_linux.c to
core/rtw_mlme_ext.c to reduce code in the os_dep directory.

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-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
drivers/staging/rtl8723bs/include/rtw_mlme_ext.h
drivers/staging/rtl8723bs/os_dep/mlme_linux.c