staging: wilc1000: remove pointer variable of g_linux_wlan->txq_event
authorGlen Lee <glen.lee@atmel.com>
Thu, 24 Sep 2015 09:14:58 +0000 (18:14 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 00:39:58 +0000 (02:39 +0200)
commit5cd6363385d0fe1669b4bf0906939b08e77b031e
tree2e26b7e90c82e60719715f5455a442c7aa26137c
parent645db60e47bbc26aef84e0110544ff34b7ecf454
staging: wilc1000: remove pointer variable of g_linux_wlan->txq_event

Remove variable txq_wait and txq_wait_event which are pointer varialbe
of g_linux_wlan->txq_event. No need to have extra pointer varialbe. Just use
g_linux_wlan->txq_event. Remove os_context.txq_wait_event, txq_wait and it's
related codes.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/wilc_wlan.c
drivers/staging/wilc1000/wilc_wlan_if.h