staging: r8188eu: rename rtw_os_xmit_schedule()
authorMichael Straube <straube.linux@gmail.com>
Sat, 20 Aug 2022 18:16:07 +0000 (20:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Aug 2022 13:42:45 +0000 (15:42 +0200)
commit9619eca8fb20507d64ab39ec7d1ee1dce3936967
tree4e3b8a9956cc426697ea9e623c7644e1e2a50b3a
parentdbae0ba2f3c43aa24782d5a3d0aaac796f90ead1
staging: r8188eu: rename rtw_os_xmit_schedule()

The function rtw_os_xmit_schedule() was moved from the os_dep
directory. It looks like the driver was originaly written to support
different operating systems. Obviously we do not need an extra 'os'
in the function name that indicates that the function is operating
system specific. Rename it to rtw_xmit_schedule().

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-4-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme.c