summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_wlan_if.h
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2015-09-24 18:14:58 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-29 02:39:58 +0200
commit5cd6363385d0fe1669b4bf0906939b08e77b031e (patch)
tree2e26b7e90c82e60719715f5455a442c7aa26137c /drivers/staging/wilc1000/wilc_wlan_if.h
parent645db60e47bbc26aef84e0110544ff34b7ecf454 (diff)
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>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wlan_if.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan_if.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index 60943059d37a..e3b112c00a14 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -115,8 +115,6 @@ typedef struct {
void *txq_add_to_head_critical_section;
- void *txq_wait_event;
-
#if defined(MEMORY_STATIC)
u32 rx_buffer_size;
#endif