]> git.baikalelectronics.ru Git - kernel.git/commit
staging: r8188eu: rename rtw_os_pkt_complete()
authorMichael Straube <straube.linux@gmail.com>
Sat, 20 Aug 2022 18:16:21 +0000 (20:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Aug 2022 13:42:46 +0000 (15:42 +0200)
commit1a4b33aad4eb0104c0795180ba6157a80e3d734a
tree2f2f83bc9ad3c691eb534e898059352c0c3db384
parent3a021f86bfbbc82c874232021853f31cfce0d0f6
staging: r8188eu: rename rtw_os_pkt_complete()

The function rtw_os_pkt_complete() 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_pkt_complete().

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