diff options
Diffstat (limited to 'drivers/net/cxgb3/cxgb3_main.c')
-rw-r--r-- | drivers/net/cxgb3/cxgb3_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/cxgb3/cxgb3_main.c b/drivers/net/cxgb3/cxgb3_main.c index 19937498589d..04633ea55202 100644 --- a/drivers/net/cxgb3/cxgb3_main.c +++ b/drivers/net/cxgb3/cxgb3_main.c | |||
@@ -1634,9 +1634,7 @@ static const struct ethtool_ops cxgb_ethtool_ops = { | |||
1634 | .set_pauseparam = set_pauseparam, | 1634 | .set_pauseparam = set_pauseparam, |
1635 | .get_rx_csum = get_rx_csum, | 1635 | .get_rx_csum = get_rx_csum, |
1636 | .set_rx_csum = set_rx_csum, | 1636 | .set_rx_csum = set_rx_csum, |
1637 | .get_tx_csum = ethtool_op_get_tx_csum, | ||
1638 | .set_tx_csum = ethtool_op_set_tx_csum, | 1637 | .set_tx_csum = ethtool_op_set_tx_csum, |
1639 | .get_sg = ethtool_op_get_sg, | ||
1640 | .set_sg = ethtool_op_set_sg, | 1638 | .set_sg = ethtool_op_set_sg, |
1641 | .get_link = ethtool_op_get_link, | 1639 | .get_link = ethtool_op_get_link, |
1642 | .get_strings = get_strings, | 1640 | .get_strings = get_strings, |
@@ -1647,7 +1645,6 @@ static const struct ethtool_ops cxgb_ethtool_ops = { | |||
1647 | .get_regs_len = get_regs_len, | 1645 | .get_regs_len = get_regs_len, |
1648 | .get_regs = get_regs, | 1646 | .get_regs = get_regs, |
1649 | .get_wol = get_wol, | 1647 | .get_wol = get_wol, |
1650 | .get_tso = ethtool_op_get_tso, | ||
1651 | .set_tso = ethtool_op_set_tso, | 1648 | .set_tso = ethtool_op_set_tso, |
1652 | }; | 1649 | }; |
1653 | 1650 | ||