diff options
Diffstat (limited to 'drivers/net/s2io.c')
-rw-r--r-- | drivers/net/s2io.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c index f77049b34e16..a285dd734a03 100644 --- a/drivers/net/s2io.c +++ b/drivers/net/s2io.c | |||
@@ -6326,13 +6326,10 @@ static const struct ethtool_ops netdev_ethtool_ops = { | |||
6326 | .set_pauseparam = s2io_ethtool_setpause_data, | 6326 | .set_pauseparam = s2io_ethtool_setpause_data, |
6327 | .get_rx_csum = s2io_ethtool_get_rx_csum, | 6327 | .get_rx_csum = s2io_ethtool_get_rx_csum, |
6328 | .set_rx_csum = s2io_ethtool_set_rx_csum, | 6328 | .set_rx_csum = s2io_ethtool_set_rx_csum, |
6329 | .get_tx_csum = ethtool_op_get_tx_csum, | ||
6330 | .set_tx_csum = s2io_ethtool_op_set_tx_csum, | 6329 | .set_tx_csum = s2io_ethtool_op_set_tx_csum, |
6331 | .get_sg = ethtool_op_get_sg, | ||
6332 | .set_sg = ethtool_op_set_sg, | 6330 | .set_sg = ethtool_op_set_sg, |
6333 | .get_tso = s2io_ethtool_op_get_tso, | 6331 | .get_tso = s2io_ethtool_op_get_tso, |
6334 | .set_tso = s2io_ethtool_op_set_tso, | 6332 | .set_tso = s2io_ethtool_op_set_tso, |
6335 | .get_ufo = ethtool_op_get_ufo, | ||
6336 | .set_ufo = ethtool_op_set_ufo, | 6333 | .set_ufo = ethtool_op_set_ufo, |
6337 | .self_test_count = s2io_ethtool_self_test_count, | 6334 | .self_test_count = s2io_ethtool_self_test_count, |
6338 | .self_test = s2io_ethtool_test, | 6335 | .self_test = s2io_ethtool_test, |