staging: r8188eu: make rtw_reset_securitypriv() static
authorMichael Straube <straube.linux@gmail.com>
Fri, 19 Aug 2022 12:54:24 +0000 (14:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Aug 2022 13:40:26 +0000 (15:40 +0200)
commit90fdc7a9e4f4ccda126530a10f5ed1aec753d201
tree6b118479d5c0c9e6f2e81d0fa5b7a70be83a0b98
parentc0d84701e68ca842a5d17007c6044af870f4e559
staging: r8188eu: make rtw_reset_securitypriv() static

The function rtw_reset_securitypriv() is only used in rtw_mlme.c.
Make rtw_reset_securitypriv() and its user
rtw_os_indicate_disconnect() static to get one step closer to
removing 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/20220819125428.8412-8-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme.c
drivers/staging/r8188eu/include/mlme_osdep.h
drivers/staging/r8188eu/os_dep/mlme_linux.c