diff options
author | Jiri Pirko <jpirko@redhat.com> | 2011-07-20 04:54:34 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-21 13:47:56 -0700 |
commit | dc437974af52e78f2736543dfee94cc385dae6e9 (patch) | |
tree | 390495ba1c59cb3a16d430d60ba6b64066340428 /drivers/net/atlx/atl2.h | |
parent | 924917098e4bc3561a372a6eb36993e7c3bb02f2 (diff) | |
download | op-kernel-dev-dc437974af52e78f2736543dfee94cc385dae6e9.zip op-kernel-dev-dc437974af52e78f2736543dfee94cc385dae6e9.tar.gz |
atl2: do vlan cleanup
- unify vlan and nonvlan rx path
- kill adapter->vlgrp and atl2_vlan_rx_register
- allow to turn on/off rx/tx vlan accel via ethtool (set_features)
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/atlx/atl2.h')
-rw-r--r-- | drivers/net/atlx/atl2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/atlx/atl2.h b/drivers/net/atlx/atl2.h index 927e4de..78344dd 100644 --- a/drivers/net/atlx/atl2.h +++ b/drivers/net/atlx/atl2.h @@ -453,9 +453,6 @@ struct atl2_adapter { /* OS defined structs */ struct net_device *netdev; struct pci_dev *pdev; -#ifdef NETIF_F_HW_VLAN_TX - struct vlan_group *vlgrp; -#endif u32 wol; u16 link_speed; u16 link_duplex; |