staging: r8188eu: remove os_dep/mlme_linux.c
authorMichael Straube <straube.linux@gmail.com>
Wed, 31 Aug 2022 05:36:39 +0000 (07:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2022 15:43:25 +0000 (17:43 +0200)
commit7bd581f3c26354f5d5dc6536fcfbbe14f4f5b2b7
treee2c6c2a6d79cfbd2f3f7bce85302090399c493a0
parentcd544c3c1499e743d1817b398628c033fab283e3
staging: r8188eu: remove os_dep/mlme_linux.c

The function rtw_init_mlme_timer() is only used in core/rtw_mlme.c.
Move rtw_init_mlme_timer(), including the static functions it calls,
to core/rtw_mlme.c and make it static. Remove the now empty file
os_dep/mlme_linux.c.

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/20220831053639.8559-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/Makefile
drivers/staging/r8188eu/core/rtw_mlme.c
drivers/staging/r8188eu/include/mlme_osdep.h
drivers/staging/r8188eu/os_dep/mlme_linux.c [deleted file]