aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.h
diff options
context:
space:
mode:
authorMatt Carlson <mcarlson@broadcom.com>2011-01-25 10:58:49 -0500
committerDavid S. Miller <davem@davemloft.net>2011-01-25 22:38:16 -0500
commitbf933c802763b2beb1a1d4977f00af1a78c4fb70 (patch)
treeb64a67f7a043dc30d9ab8f425f3e4ad3282e2fb8 /drivers/net/tg3.h
parent4d163b75e979833979cc401ae433cb1d7743d57e (diff)
tg3: Use new VLAN code
This patch pivots the tg3 driver to the new VLAN infrastructure. All references to vlgrp have been removed. The driver still attempts to disable VLAN tag stripping if CONFIG_VLAN_8021Q or CONFIG_VLAN_8021Q_MODULE is not defined. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Reviewed-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h
index 52ae6441af75..fc8ecdd7c859 100644
--- a/drivers/net/tg3.h
+++ b/drivers/net/tg3.h
@@ -2813,9 +2813,6 @@ struct tg3 {
2813 u32 rx_std_max_post; 2813 u32 rx_std_max_post;
2814 u32 rx_offset; 2814 u32 rx_offset;
2815 u32 rx_pkt_map_sz; 2815 u32 rx_pkt_map_sz;
2816#if TG3_VLAN_TAG_USED
2817 struct vlan_group *vlgrp;
2818#endif
2819 2816
2820 2817
2821 /* begin "everything else" cacheline(s) section */ 2818 /* begin "everything else" cacheline(s) section */