summaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio/common.h
diff options
context:
space:
mode:
authorJiri Pirko <jpirko@redhat.com>2011-07-20 06:54:15 +0200
committerDavid S. Miller <davem@davemloft.net>2011-07-21 22:47:54 +0200
commit133b08513a99d44d9ed916bb83e46343f6ad2855 (patch)
tree60bc1cfef6756f646c16ee6ecc37799b9937398b /drivers/net/chelsio/common.h
parentbnad: do vlan cleanup (diff)
downloadlinux-133b08513a99d44d9ed916bb83e46343f6ad2855.tar.xz
linux-133b08513a99d44d9ed916bb83e46343f6ad2855.zip
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 c26d863e1697..5ccbed1784d2 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;