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:15:02 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-29 02:39:58 +0200
commit7015b5db076a08f90e0e3015ba7708202fb2a916 (patch)
tree95c2b7497409fab979343279b458e0ddec5ae011 /drivers/staging/wilc1000/wilc_wlan_if.h
parent187f1ef192e1d070843fbf9cc2693e66ca3d72b4 (diff)
staging: wilc1000: remove variable tx_buffer_size
This patch removes unnecessary two variables tx_buffer_size and just use LINUX_TX_SIZE as argument. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index 74bfa6d36823..1dfc673cd574 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -107,7 +107,6 @@ typedef struct {
typedef struct {
void *os_private;
- u32 tx_buffer_size;
void *txq_critical_section;
#if defined(MEMORY_STATIC)
u32 rx_buffer_size;