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

Move the function rtw_os_alloc_msdu_pkt 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-9-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