From: Stanislaw Gruszka Date: Sun, 27 Jun 2010 23:26:23 +0000 (+0000) Subject: e1000e: fail when try to setup unsupported features X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=52b6dcfe59d73347a598ba0826a6191a1e497679;p=openwrt%2Fstaging%2Fblogic.git e1000e: fail when try to setup unsupported features Signed-off-by: Stanislaw Gruszka Signed-off-by: David S. Miller --- 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 = { .get_coalesce = e1000_get_coalesce, .set_coalesce = e1000_set_coalesce, .get_flags = ethtool_op_get_flags, - .set_flags = ethtool_op_set_flags, }; void e1000e_set_ethtool_ops(struct net_device *netdev)