staging: r8188eu: move rtw_os_xmit_complete() to rtw_xmit.c
authorMichael Straube <straube.linux@gmail.com>
Sat, 20 Aug 2022 18:16:18 +0000 (20:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Aug 2022 13:42:46 +0000 (15:42 +0200)
commit49e6460014597167cf04820ad4fd9185b12dde76
tree448d28acf6a3c8b9b060a4da6fcd2cb382fa2ff4
parent65d159d79be5d13f7c4da7903d88e75c28b8064a
staging: r8188eu: move rtw_os_xmit_complete() to rtw_xmit.c

Move the function rtw_os_xmit_complete() from the os_dep/xmit_linux.c
to core/rtw_xmit.c. The goal is to get rid of os_dep/xmit_linux.c in
follow up patches.

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220820181623.12497-15-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_xmit.c
drivers/staging/r8188eu/include/rtw_xmit.h
drivers/staging/r8188eu/include/xmit_osdep.h
drivers/staging/r8188eu/os_dep/xmit_linux.c