staging: rtl8712: Replace function r8712_free_network_queue
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Tue, 4 Jun 2019 07:29:24 +0000 (12:59 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2019 13:03:34 +0000 (15:03 +0200)
commit15c1843d70a456a1c6eede3c5014be68a915ca08
tree6476d9b76973dcfbdcb475ec521ecd64eae3c38a
parentca039163d8ddf3e00e6602b66c21f9b089884e6e
staging: rtl8712: Replace function r8712_free_network_queue

Remove function r8712_free_network_queue, as it does nothing but call
_free_network queue; rename _free_network_queue to
r8712_free_network_queue to enable continued functionality; change the
type of r8712_free_network_queue (formerly _free_network_queue) from
static to non-static to match the type of the old
r8712_free_network_queue.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_mlme.c