summaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x/et1310_tx.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-10-06 15:49:21 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:07 -0800
commit116badfe08c0ab8bcd54492a73b23bacb218ef54 (patch)
tree6e7bac1f2ce8b70a7974bfb33e27fb9a1b7ce757 /drivers/staging/et131x/et1310_tx.h
parentf432c55e14e3eae2258c0f222b8631255bcc0031 (diff)
downloadop-kernel-dev-116badfe08c0ab8bcd54492a73b23bacb218ef54.zip
op-kernel-dev-116badfe08c0ab8bcd54492a73b23bacb218ef54.tar.gz
Staging: et131x: Remove old SendWaitQueue code
The Linux driver doesn't keep a pending queue as the old one did. so we can remove all the code related to it. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/et1310_tx.h')
-rw-r--r--drivers/staging/et131x/et1310_tx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/et131x/et1310_tx.h b/drivers/staging/et131x/et1310_tx.h
index 9a31e97..44ea9bb 100644
--- a/drivers/staging/et131x/et1310_tx.h
+++ b/drivers/staging/et131x/et1310_tx.h
@@ -155,10 +155,6 @@ struct tx_ring {
struct tcb *CurrSendTail;
int nBusySend;
- /* List of packets (not TCBs) that were queued for lack of resources */
- struct list_head SendWaitQueue;
- int nWaitSend;
-
/* The actual descriptor ring */
struct tx_desc *tx_desc_ring;
dma_addr_t tx_desc_ring_pa;
OpenPOWER on IntegriCloud