]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: move rtw_handle_tkip_mic_err to rtw_recv.c
authorMichael Straube <straube.linux@gmail.com>
Fri, 22 Aug 2025 13:54:08 +0000 (15:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Sep 2025 13:55:12 +0000 (15:55 +0200)
commit9766096c1e0552ebe664865f16b7de61f4e8014f
treefd2407ba86a3c4666a73574bb8b8d2b6904aa1b8
parentf97151eb17dcdc8d7a27e05f2ec8c55bbb16c7a9
staging: rtl8723bs: move rtw_handle_tkip_mic_err to rtw_recv.c

Move the function rtw_handle_tkip_mic_err from os_dep/recv_linux.c to
core/rtw_recv.c 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-4-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_recv.c
drivers/staging/rtl8723bs/include/recv_osdep.h
drivers/staging/rtl8723bs/os_dep/recv_linux.c