mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
mv643xx_eth: allow enabling/disabling tx checksumming via ethtool
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d888b3738e
commit
b8df184f88
@ -1606,6 +1606,7 @@ static const struct ethtool_ops mv643xx_eth_ethtool_ops = {
|
||||
.set_ringparam = mv643xx_eth_set_ringparam,
|
||||
.get_rx_csum = mv643xx_eth_get_rx_csum,
|
||||
.set_rx_csum = mv643xx_eth_set_rx_csum,
|
||||
.set_tx_csum = ethtool_op_set_tx_csum,
|
||||
.set_sg = ethtool_op_set_sg,
|
||||
.get_strings = mv643xx_eth_get_strings,
|
||||
.get_ethtool_stats = mv643xx_eth_get_ethtool_stats,
|
||||
|
Loading…
Reference in New Issue
Block a user