diff options
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r-- | drivers/net/tg3.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 369a172a04aa..1b860e0817f6 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -9278,11 +9278,8 @@ static const struct ethtool_ops tg3_ethtool_ops = { | |||
9278 | .set_pauseparam = tg3_set_pauseparam, | 9278 | .set_pauseparam = tg3_set_pauseparam, |
9279 | .get_rx_csum = tg3_get_rx_csum, | 9279 | .get_rx_csum = tg3_get_rx_csum, |
9280 | .set_rx_csum = tg3_set_rx_csum, | 9280 | .set_rx_csum = tg3_set_rx_csum, |
9281 | .get_tx_csum = ethtool_op_get_tx_csum, | ||
9282 | .set_tx_csum = tg3_set_tx_csum, | 9281 | .set_tx_csum = tg3_set_tx_csum, |
9283 | .get_sg = ethtool_op_get_sg, | ||
9284 | .set_sg = ethtool_op_set_sg, | 9282 | .set_sg = ethtool_op_set_sg, |
9285 | .get_tso = ethtool_op_get_tso, | ||
9286 | .set_tso = tg3_set_tso, | 9283 | .set_tso = tg3_set_tso, |
9287 | .self_test_count = tg3_get_test_count, | 9284 | .self_test_count = tg3_get_test_count, |
9288 | .self_test = tg3_self_test, | 9285 | .self_test = tg3_self_test, |