summary refs log tree commit diff
path: root/drivers/net/tg3.h
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2006-04-06 21:45:39 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-04-09 22:25:44 -0700
commitd2d746f83b74022a50d28f7f0f496842c9cde330 (patch)
tree4298a55e428e09a2643a53125e34caa6797b5f1e /drivers/net/tg3.h
parent7a43c9955178f1cc88374abe1186c0f2ef21e040 (diff)
downloadlinux-d2d746f83b74022a50d28f7f0f496842c9cde330.tar.gz
[TG3]: Kill some less useful flags
Kill the TG3_FLAG_NO_{TX|RX}_PSEUDO_CSUM flags because they are not
very useful. This will free up some bits for new flags.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.h')
-rw-r--r--drivers/net/tg3.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h
index c43cc3264202..b6484420e874 100644
--- a/drivers/net/tg3.h
+++ b/drivers/net/tg3.h
@@ -2171,8 +2171,6 @@ struct tg3 {
 #define TG3_FLAG_PCIX_MODE		0x00020000
 #define TG3_FLAG_PCI_HIGH_SPEED		0x00040000
 #define TG3_FLAG_PCI_32BIT		0x00080000
-#define TG3_FLAG_NO_TX_PSEUDO_CSUM	0x00100000
-#define TG3_FLAG_NO_RX_PSEUDO_CSUM	0x00200000
 #define TG3_FLAG_SERDES_WOL_CAP		0x00400000
 #define TG3_FLAG_JUMBO_RING_ENABLE	0x00800000
 #define TG3_FLAG_10_100_ONLY		0x01000000