mv643xx_eth: allow enabling/disabling tx checksumming via ethtool
authorLennert Buytenhek <buytenh@wantstofly.org>
Thu, 12 Feb 2009 14:08:07 +0000 (14:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Feb 2009 07:43:57 +0000 (23:43 -0800)
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/mv643xx_eth.c

index 3bbbd94..a99e5d3 100644 (file)
@@ -1606,6 +1606,7 @@ static const struct ethtool_ops mv643xx_eth_ethtool_ops = {
        .set_ringparam          = mv643xx_eth_set_ringparam,
        .get_rx_csum            = mv643xx_eth_get_rx_csum,
        .set_rx_csum            = mv643xx_eth_set_rx_csum,
+       .set_tx_csum            = ethtool_op_set_tx_csum,
        .set_sg                 = ethtool_op_set_sg,
        .get_strings            = mv643xx_eth_get_strings,
        .get_ethtool_stats      = mv643xx_eth_get_ethtool_stats,