]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8188eu: core: Replace function rtw_free_network_nolock()
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Fri, 7 Jun 2019 14:10:03 +0000 (19:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Jun 2019 11:07:23 +0000 (13:07 +0200)
commit7a58b4abc7744da76b7a3c25589103705ea0df2f
tree3578d9e8eec78db6223f06a157e4e3b1491f32c8
parent4087a2faa4d86cdec3907e0a1aa7fd7279fdbdb2
staging: rtl8188eu: core: Replace function rtw_free_network_nolock()

Remove function rtw_free_network_nolock, as all it does is call
_rtw_free_network_nolock, and rename _rtw_free_network_nolock to
rtw_free_network_nolock.
Keep the new rtw_free_network_nolock a static function and remove the
old version from the header file.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme.c
drivers/staging/rtl8188eu/include/rtw_mlme.h