diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2010-06-27 19:26:23 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-29 03:53:25 -0400 |
commit | 52b6dcfe59d73347a598ba0826a6191a1e497679 (patch) | |
tree | 69abd35b55e75302bb05b627680bf8369e06fd56 /drivers/net/e1000e | |
parent | 529d6dad5bc69de14cdd24831e2a14264e93daa4 (diff) |
e1000e: fail when try to setup unsupported features
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/e1000e')
-rw-r--r-- | drivers/net/e1000e/ethtool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/e1000e/ethtool.c b/drivers/net/e1000e/ethtool.c index 77c5829ab945..6355a1b779d3 100644 --- a/drivers/net/e1000e/ethtool.c +++ b/drivers/net/e1000e/ethtool.c | |||
@@ -2051,7 +2051,6 @@ static const struct ethtool_ops e1000_ethtool_ops = { | |||
2051 | .get_coalesce = e1000_get_coalesce, | 2051 | .get_coalesce = e1000_get_coalesce, |
2052 | .set_coalesce = e1000_set_coalesce, | 2052 | .set_coalesce = e1000_set_coalesce, |
2053 | .get_flags = ethtool_op_get_flags, | 2053 | .get_flags = ethtool_op_get_flags, |
2054 | .set_flags = ethtool_op_set_flags, | ||
2055 | }; | 2054 | }; |
2056 | 2055 | ||
2057 | void e1000e_set_ethtool_ops(struct net_device *netdev) | 2056 | void e1000e_set_ethtool_ops(struct net_device *netdev) |