aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2010-06-23 11:30:35 +0000
committerDavid S. Miller <davem@davemloft.net>2010-06-24 22:13:23 -0700
commit2822235278c6385191a590c63098e728d0062987 (patch)
tree9d26381a7240956bc499059c0c99cdae7a3550f0
parentsfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAME (diff)
downloadlinux-dev-2822235278c6385191a590c63098e728d0062987.tar.xz
linux-dev-2822235278c6385191a590c63098e728d0062987.zip
sfc: Disable setting feature flags that are not implemented
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/sfc/ethtool.c1
1 files changed, 0 insertions, 1 deletions
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,