tms380tr patch 2a/3 (queue fix in header)

From: Jochen Friedrich
Date: Sun Feb 08 2004 - 18:13:49 EST


Hi Jeff,

this patch belongs to the queue fix tms380tr patch 2/3. It deletes the
no longer needed stuff from the header file.

--jochen

diff -u -p -r1.7 tms380tr.h
--- drivers/net/tokenring/tms380tr.h 25 Apr 2003 05:59:05 -0000 1.7
+++ drivers/net/tokenring/tms380tr.h 25 Jan 2004 18:40:36 -0000
@@ -598,7 +598,6 @@ typedef struct {
* in one RPL/TPL. (depending on TI firmware
* version)
*/
-#define MAX_TX_QUEUE 10 /* Maximal number of skb's queued in driver. */

/*
* AC (1), FC (1), Dst (6), Src (6), RIF (18), Data (4472) = 4504
@@ -1114,9 +1113,6 @@ typedef struct net_local {
unsigned long StartTime;
unsigned long LastSendTime;

- struct sk_buff_head SendSkbQueue;
- unsigned short QueueSkb;
-
struct tr_statistics MacStat; /* MAC statistics structure */

unsigned long dmalimit; /* the max DMA address (ie, ISA) */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/