diff options
author | Jiri Pirko <jpirko@redhat.com> | 2011-07-20 04:54:16 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-21 13:47:54 -0700 |
commit | 87737663d5d7668c8553c572a5a7c26e86c5842b (patch) | |
tree | 9a8f3d1c26ace7787364b8a681f7b4c4eed97775 /drivers/net/cxgb4vf/adapter.h | |
parent | 133b08513a99d44d9ed916bb83e46343f6ad2855 (diff) |
cxgb4vf: do vlan cleanup
- unify vlan and nonvlan rx path
- kill pi->vlan_grp and cxgb4vf_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/cxgb4vf/adapter.h')
-rw-r--r-- | drivers/net/cxgb4vf/adapter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/cxgb4vf/adapter.h b/drivers/net/cxgb4vf/adapter.h index 6e9a8d9ef59..594334d5c71 100644 --- a/drivers/net/cxgb4vf/adapter.h +++ b/drivers/net/cxgb4vf/adapter.h @@ -92,7 +92,6 @@ struct sge_rspq; */ struct port_info { struct adapter *adapter; /* our adapter */ - struct vlan_group *vlan_grp; /* out VLAN group */ u16 viid; /* virtual interface ID */ s16 xact_addr_filt; /* index of our MAC address filter */ u16 rss_size; /* size of VI's RSS table slice */ |