summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/r8192E.h
diff options
context:
space:
mode:
authorMike McCormack <mikem@ring3k.org>2011-01-24 23:16:10 +0900
committerGreg Kroah-Hartman <gregkh@suse.de>2011-01-25 06:34:39 +0800
commitea9dc54ed9efc32f0cf2c6eb18898cfd8a1bb96e (patch)
tree815741597131d64a0638aed79fdf1f8c955decef /drivers/staging/rtl8192e/r8192E.h
parent85c876e412c18d95cd430598255f829e64ae9141 (diff)
downloadop-kernel-dev-ea9dc54ed9efc32f0cf2c6eb18898cfd8a1bb96e.zip
op-kernel-dev-ea9dc54ed9efc32f0cf2c6eb18898cfd8a1bb96e.tar.gz
staging: rtl8192e: Remove unused struct members
Signed-off-by: Mike McCormack <mikem@ring3k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8192e/r8192E.h')
-rw-r--r--drivers/staging/rtl8192e/r8192E.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/staging/rtl8192e/r8192E.h b/drivers/staging/rtl8192e/r8192E.h
index 798a355..a93b0ee 100644
--- a/drivers/staging/rtl8192e/r8192E.h
+++ b/drivers/staging/rtl8192e/r8192E.h
@@ -986,12 +986,10 @@ typedef struct r8192_priv
short hw_plcp_len;
short plcp_preamble_mode;
u8 ScanDelay;
- spinlock_t irq_lock;
spinlock_t irq_th_lock;
spinlock_t tx_lock;
spinlock_t rf_ps_lock;
struct mutex mutex;
- spinlock_t rf_lock; //used to lock rf write operation added by wb
spinlock_t ps_lock;
u32 irq_mask;
@@ -1021,25 +1019,11 @@ typedef struct r8192_priv
struct rtl8192_tx_ring tx_ring[MAX_TX_QUEUE_COUNT];
int txringcount;
//{
- int txbuffsize;
- int txfwbuffersize;
//struct tx_pendingbuf txnp_pending;
//struct tasklet_struct irq_tx_tasklet;
struct tasklet_struct irq_rx_tasklet;
struct tasklet_struct irq_tx_tasklet;
struct tasklet_struct irq_prepare_beacon_tasklet;
- struct buffer *txmapbufs;
- struct buffer *txbkpbufs;
- struct buffer *txbepbufs;
- struct buffer *txvipbufs;
- struct buffer *txvopbufs;
- struct buffer *txcmdbufs;
- struct buffer *txmapbufstail;
- struct buffer *txbkpbufstail;
- struct buffer *txbepbufstail;
- struct buffer *txvipbufstail;
- struct buffer *txvopbufstail;
- struct buffer *txcmdbufstail;
/* adhoc/master mode stuff */
ptx_ring txbeaconringtail;
dma_addr_t txbeaconringdma;
OpenPOWER on IntegriCloud