summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/r8192E.h
diff options
context:
space:
mode:
authorMike McCormack <mikem@ring3k.org>2011-01-24 23:16:30 +0900
committerGreg Kroah-Hartman <gregkh@suse.de>2011-01-25 06:34:40 +0800
commit73dbd9f3a4d3c47f514fda5997322f2cbb8219e3 (patch)
treeda6b86a36d15e939a7e8bcd9b98d76dbb5367e97 /drivers/staging/rtl8192e/r8192E.h
parentea9dc54ed9efc32f0cf2c6eb18898cfd8a1bb96e (diff)
downloadop-kernel-dev-73dbd9f3a4d3c47f514fda5997322f2cbb8219e3.zip
op-kernel-dev-73dbd9f3a4d3c47f514fda5997322f2cbb8219e3.tar.gz
staging: rtl8192e: Remove unused code to detect struct tx rings
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.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/staging/rtl8192e/r8192E.h b/drivers/staging/rtl8192e/r8192E.h
index a93b0ee..2fa25ad 100644
--- a/drivers/staging/rtl8192e/r8192E.h
+++ b/drivers/staging/rtl8192e/r8192E.h
@@ -1031,30 +1031,6 @@ typedef struct r8192_priv
int txbeaconcount;
struct buffer *txbeaconbufs;
struct buffer *txbeaconbufstail;
- ptx_ring txmapring;
- ptx_ring txbkpring;
- ptx_ring txbepring;
- ptx_ring txvipring;
- ptx_ring txvopring;
- ptx_ring txcmdring;
- ptx_ring txmapringtail;
- ptx_ring txbkpringtail;
- ptx_ring txbepringtail;
- ptx_ring txvipringtail;
- ptx_ring txvopringtail;
- ptx_ring txcmdringtail;
- ptx_ring txmapringhead;
- ptx_ring txbkpringhead;
- ptx_ring txbepringhead;
- ptx_ring txvipringhead;
- ptx_ring txvopringhead;
- ptx_ring txcmdringhead;
- dma_addr_t txmapringdma;
- dma_addr_t txbkpringdma;
- dma_addr_t txbepringdma;
- dma_addr_t txvipringdma;
- dma_addr_t txvopringdma;
- dma_addr_t txcmdringdma;
// u8 chtxpwr[15]; //channels from 1 to 14, 0 not used
// u8 chtxpwr_ofdm[15]; //channels from 1 to 14, 0 not used
// u8 cck_txpwr_base;
OpenPOWER on IntegriCloud