aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.c
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2009-02-12 14:08:07 +0000
committerDavid S. Miller <davem@davemloft.net>2009-02-15 23:43:57 -0800
commitb8df184f88f06f985ae58248305ddc257dc016b8 (patch)
tree6f6d66da973104324449e6f2a8eefa81ad212d87 /drivers/net/mv643xx_eth.c
parentmv643xx_eth: export rx csum get/set methods via ethtool (diff)
downloadlinux-dev-b8df184f88f06f985ae58248305ddc257dc016b8.tar.xz
linux-dev-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.c1
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,