Commit 00acd0d2 authored by Ron Mercer's avatar Ron Mercer Committed by David S. Miller

qlge: Add set TX csum ethtool op.

Signed-off-by: default avatarRon Mercer <ron.mercer@qlogic.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e4552f51
...@@ -404,6 +404,7 @@ const struct ethtool_ops qlge_ethtool_ops = { ...@@ -404,6 +404,7 @@ const struct ethtool_ops qlge_ethtool_ops = {
.get_rx_csum = ql_get_rx_csum, .get_rx_csum = ql_get_rx_csum,
.set_rx_csum = ql_set_rx_csum, .set_rx_csum = ql_set_rx_csum,
.get_tx_csum = ethtool_op_get_tx_csum, .get_tx_csum = ethtool_op_get_tx_csum,
.set_tx_csum = ethtool_op_set_tx_csum,
.get_sg = ethtool_op_get_sg, .get_sg = ethtool_op_get_sg,
.set_sg = ethtool_op_set_sg, .set_sg = ethtool_op_set_sg,
.get_tso = ethtool_op_get_tso, .get_tso = ethtool_op_get_tso,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment