aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/chelsio/common.h
diff options
context:
space:
mode:
authorJiri Pirko <jpirko@redhat.com>2011-07-20 04:54:15 +0000
committerDavid S. Miller <davem@davemloft.net>2011-07-21 13:47:54 -0700
commit133b08513a99d44d9ed916bb83e46343f6ad2855 (patch)
tree60bc1cfef6756f646c16ee6ecc37799b9937398b /drivers/net/chelsio/common.h
parentf859d7cb7967efaedae194dd90a23a7a72fb216d (diff)
chelsio: do vlan cleanup
- unify vlan and nonvlan rx path - kill adapter->vlan_grp and t1_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/chelsio/common.h')
-rw-r--r--drivers/net/chelsio/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/chelsio/common.h b/drivers/net/chelsio/common.h
index c26d863e169..5ccbed1784d 100644
--- a/drivers/net/chelsio/common.h
+++ b/drivers/net/chelsio/common.h
@@ -240,8 +240,6 @@ struct adapter {
struct work_struct ext_intr_handler_task;
struct adapter_params params;
- struct vlan_group *vlan_grp;
-
/* Terminator modules. */
struct sge *sge;
struct peespi *espi;