aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/via-velocity.h
diff options
context:
space:
mode:
authorJiri Pirko <jpirko@redhat.com>2011-07-20 00:54:30 -0400
committerDavid S. Miller <davem@davemloft.net>2011-07-21 16:47:56 -0400
commit73b54688815f76bdccb8b94b5d1fd2dd0af3ea70 (patch)
tree0acfdf7b4dfaca1ff6b2e7376453a0403ea63308 /drivers/net/via-velocity.h
parent08dddfc3f6e39fc81238ef4804815c559f314066 (diff)
via-velocity: do vlan cleanup
- unify vlan and nonvlan rx path - kill vptr->vlgrp and velocity_vlan_rx_register Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/via-velocity.h')
-rw-r--r--drivers/net/via-velocity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/via-velocity.h b/drivers/net/via-velocity.h
index 0f1f05f6c4f8..4cb9f13485e9 100644
--- a/drivers/net/via-velocity.h
+++ b/drivers/net/via-velocity.h
@@ -1437,7 +1437,7 @@ struct velocity_info {
1437 struct pci_dev *pdev; 1437 struct pci_dev *pdev;
1438 struct net_device *dev; 1438 struct net_device *dev;
1439 1439
1440 struct vlan_group *vlgrp; 1440 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
1441 u8 ip_addr[4]; 1441 u8 ip_addr[4];
1442 enum chip_type chip_id; 1442 enum chip_type chip_id;
1443 1443