diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-02-15 19:59:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-18 01:16:35 +0300 |
commit | e83d360d9a7e5d71d55c13e96b19109a2ea23bf0 (patch) | |
tree | 04e4971ad73ade44eb86671851d568e494abe6e4 /include/linux/ethtool.h | |
parent | da8ac86c4a56a14bf8deea7d2f92d0a453c67f91 (diff) | |
download | linux-e83d360d9a7e5d71d55c13e96b19109a2ea23bf0.tar.xz |
net: introduce NETIF_F_RXCSUM
Introduce NETIF_F_RXCSUM to replace device-private flags for RX checksum
offload. Integrate it with ndo_fix_features.
ethtool_op_get_rx_csum() is removed altogether as nothing in-tree uses it.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r-- | include/linux/ethtool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index 806e716bb4fb..54d776c2c1b5 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -625,7 +625,6 @@ 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_rx_csum(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); |