]> git.baikalelectronics.ru Git - kernel.git/commit
staging: r8188eu: move linked status check from hal to rtw_mlme_ext
authorMartin Kaiser <martin@kaiser.cx>
Sun, 12 Dec 2021 18:58:32 +0000 (19:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Dec 2021 16:47:43 +0000 (17:47 +0100)
commit62cfbdb65d72fb3dfbe6d8171ad4670ef173a899
treed470c4ea22d6cbfe20085eaebdd48b059820a49e
parenta31bf174aa0234fe93b1879f3715af3a7777f6fe
staging: r8188eu: move linked status check from hal to rtw_mlme_ext

Move rtl8188e_sreset_linked_status_check from the hal layer into
rtw_mlme_ext.c.

Like the xmit status check, this is a simple function that's only
called from one place.

With this function gone, hal/rtl8188e_sreset.c and
include/rtl8188e_sreset.h are now empty and can be removed.

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