summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@redhat.com>2003-09-01 12:25:59 -0400
committerJeff Garzik <jgarzik@redhat.com>2003-09-01 12:25:59 -0400
commit57d435d42893d4bc17d33d479a9b57f9ef0e0d38 (patch)
tree71355122234b3734bccf2f5c8da1d315c3402694 /include
parent139e83e59f987f2f3087b6b6d201fe6d8152de26 (diff)
[NET] move ethtool_op_set_tx_csum from 8139cp drvr to net/core/ethtool.c,
where it belongs.
Diffstat (limited to 'include')
-rw-r--r--include/linux/ethtool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h
index 432e8228b706..cc942f675ae9 100644
--- a/include/linux/ethtool.h
+++ b/include/linux/ethtool.h
@@ -255,6 +255,7 @@ struct net_device;
/* Some generic methods drivers may use in their ethtool_ops */
u32 ethtool_op_get_link(struct net_device *dev);
u32 ethtool_op_get_tx_csum(struct net_device *dev);
+int ethtool_op_set_tx_csum(struct net_device *dev, u32 data);
u32 ethtool_op_get_sg(struct net_device *dev);
int ethtool_op_set_sg(struct net_device *dev, u32 data);
u32 ethtool_op_get_tso(struct net_device *dev);