diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2009-02-12 15:08:07 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-16 08:43:57 +0100 |
commit | b8df184f88f06f985ae58248305ddc257dc016b8 (patch) | |
tree | 6f6d66da973104324449e6f2a8eefa81ad212d87 /drivers/net/mv643xx_eth.c | |
parent | mv643xx_eth: export rx csum get/set methods via ethtool (diff) | |
download | linux-b8df184f88f06f985ae58248305ddc257dc016b8.tar.xz linux-b8df184f88f06f985ae58248305ddc257dc016b8.zip |
mv643xx_eth: allow enabling/disabling tx checksumming via ethtool
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/mv643xx_eth.c')
-rw-r--r-- | drivers/net/mv643xx_eth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c index 3bbbd9410c9c..a99e5d3f2e46 100644 --- a/drivers/net/mv643xx_eth.c +++ b/drivers/net/mv643xx_eth.c @@ -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, |