Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

qlge: Add set TX csum ethtool op.

parent e4552f51
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -404,6 +404,7 @@ const struct ethtool_ops qlge_ethtool_ops = {
	.get_rx_csum = ql_get_rx_csum,
	.set_rx_csum = ql_set_rx_csum,
	.get_tx_csum = ethtool_op_get_tx_csum,
	.set_tx_csum = ethtool_op_set_tx_csum,
	.get_sg = ethtool_op_get_sg,
	.set_sg = ethtool_op_set_sg,
	.get_tso = ethtool_op_get_tso,