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

Commit ebad0a8d authored by Richard Cochran's avatar Richard Cochran Committed by David S. Miller
Browse files

mv643xx_eth: Support the get_ts_info ethtool method.

parent 17f393e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1666,6 +1666,7 @@ static const struct ethtool_ops mv643xx_eth_ethtool_ops = {
	.get_strings		= mv643xx_eth_get_strings,
	.get_ethtool_stats	= mv643xx_eth_get_ethtool_stats,
	.get_sset_count		= mv643xx_eth_get_sset_count,
	.get_ts_info		= ethtool_op_get_ts_info,
};