]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: move rtw_os_xmit_resource_alloc to rtw_xmit.c
authorHungyu Lin <dennylin0707@gmail.com>
Wed, 8 Apr 2026 11:13:12 +0000 (11:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Apr 2026 11:01:53 +0000 (05:01 -0600)
commite7c3d33739e1e0d3159916bd30826d1ee9bb9477
treef4d0332fbed269478c65e0faac49e45261a94a58
parent312989a3b030bbe8749f271713c67f67d0617cf9
staging: rtl8723bs: move rtw_os_xmit_resource_alloc to rtw_xmit.c

Move rtw_os_xmit_resource_alloc() into core/rtw_xmit.c and make
it static so the xmit init helpers live together.

Signed-off-by: Hungyu Lin <dennylin0707@gmail.com>
Reviewed-by: Dan Carpenter <error27@gmail.com>
Link: https://patch.msgid.link/20260408111314.19329-5-dennylin0707@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_xmit.c
drivers/staging/rtl8723bs/include/xmit_osdep.h
drivers/staging/rtl8723bs/os_dep/xmit_linux.c