Commit 21ee5092 authored by Glen Lee's avatar Glen Lee Committed by Greg Kroah-Hartman

staging: wilc1000: remove unused varialbe tx_buffer_offset

This patch removes unused variable tx_buffer_offset of wilc_wlan_dev_t.
Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a3629a9e
...@@ -13,7 +13,6 @@ typedef struct { ...@@ -13,7 +13,6 @@ typedef struct {
u8 *rx_buffer; u8 *rx_buffer;
u32 rx_buffer_offset; u32 rx_buffer_offset;
u8 *tx_buffer; u8 *tx_buffer;
u32 tx_buffer_offset;
unsigned long txq_spinlock_flags; unsigned long txq_spinlock_flags;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment