]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/ethtool.h
[NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.
[net-next-2.6.git] / include / linux / ethtool.h
index f2d248f8cc929bd39c91e58c253e8b388126c3d3..3a632244f31b16bd49eedb6c936568219bbd0191 100644 (file)
@@ -265,6 +265,7 @@ 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);
 int ethtool_op_set_tx_hw_csum(struct net_device *dev, u32 data);
+int ethtool_op_set_tx_ipv6_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);