]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
sfc: Disable setting feature flags that are not implemented
authorBen Hutchings <bhutchings@solarflare.com>
Wed, 23 Jun 2010 11:30:35 +0000 (11:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Jun 2010 05:13:23 +0000 (22:13 -0700)
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sfc/ethtool.c

index 53f3eb20f4ea97b6988eb99e905ab1be5f75958c..dde21a890855825052d79a07c57a3240da7d4ec0 100644 (file)
@@ -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,