]> Gentwo Git Trees - linux/.git/commit
staging: rtl8723bs: move rtw_init_mlme_timer to core/rtw_mlme.c
authorMichael Straube <straube.linux@gmail.com>
Fri, 1 Aug 2025 08:31:26 +0000 (10:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Aug 2025 05:21:22 +0000 (07:21 +0200)
commit472646fce339a3a4af144cf458f3ac16a3c30d13
treed84722eba366569178fffe596d06b374dc90c094
parent6f9ada0a6916c80a3d0e7ed11c773b51b227f2e0
staging: rtl8723bs: move rtw_init_mlme_timer to core/rtw_mlme.c

Move the function rtw_init_mlme_timer from os_dep/mlme_linux.c to
core/rtw_mlme.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-4-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