staging: r8188eu: move xmit status check from hal to rtw_cmd
authorMartin Kaiser <martin@kaiser.cx>
Sun, 12 Dec 2021 18:58:31 +0000 (19:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Dec 2021 16:47:43 +0000 (17:47 +0100)
commit22f92b77479a1f869663cb6a09fb522e296ab242
treebcc2cd56e7141c62a204d020a9cbf0e9da132cc2
parenta299fedca15711fe592dd4bf00e20d101eb7f47a
staging: r8188eu: move xmit status check from hal to rtw_cmd

Move rtl8188e_sreset_xmit_status_check from the hal layer into
rtw_cmd.c.

As this driver supports only the 8188 chipset, there's no need
to go through the hal layer for simple operations that have only
one caller.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20211212185833.22000-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_cmd.c
drivers/staging/r8188eu/hal/rtl8188e_sreset.c
drivers/staging/r8188eu/include/rtl8188e_sreset.h