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

Move the function rtw_reset_securitypriv from os_dep/mlme_linux.c to
core/rtw_mlme.c to reduce code in the os_dep directory.

The file os_dep/mlme_linux.c is finally empty now and we can remove it.

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-9-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/Makefile
drivers/staging/rtl8723bs/core/rtw_mlme.c
drivers/staging/rtl8723bs/include/drv_types.h
drivers/staging/rtl8723bs/include/mlme_osdep.h [deleted file]
drivers/staging/rtl8723bs/include/rtw_mlme.h
drivers/staging/rtl8723bs/os_dep/mlme_linux.c [deleted file]