From: Ben Hutchings Date: Wed, 23 Jun 2010 11:30:35 +0000 (+0000) Subject: sfc: Disable setting feature flags that are not implemented X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2822235278c6385191a590c63098e728d0062987;p=linux-beck.git sfc: Disable setting feature flags that are not implemented Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- diff --git a/drivers/net/sfc/ethtool.c b/drivers/net/sfc/ethtool.c index 53f3eb20f4ea..dde21a890855 100644 --- a/drivers/net/sfc/ethtool.c +++ b/drivers/net/sfc/ethtool.c @@ -888,7 +888,6 @@ const struct ethtool_ops efx_ethtool_ops = { /* Need to enable/disable TSO-IPv6 too */ .set_tso = efx_ethtool_set_tso, .get_flags = ethtool_op_get_flags, - .set_flags = ethtool_op_set_flags, .get_sset_count = efx_ethtool_get_sset_count, .self_test = efx_ethtool_self_test, .get_strings = efx_ethtool_get_strings,