staging: r8188eu: make two functions static
authorMichael Straube <straube.linux@gmail.com>
Wed, 31 Aug 2022 05:36:38 +0000 (07:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2022 15:43:25 +0000 (17:43 +0200)
commitcd544c3c1499e743d1817b398628c033fab283e3
treeec9075453c348148ec393263a7cf291a3bbde079
parent6d29e08007c520a759cab710a591aa336d010bfe
staging: r8188eu: make two functions static

The functions rtw_join_timeout_handler() and
_rtw_scan_timeout_handler() are only used in os_dep/mlme_linux.c.
Make them static.

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