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

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

etherh: Support the get_ts_info ethtool method.

parent eb774cbe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -635,6 +635,7 @@ static const struct ethtool_ops etherh_ethtool_ops = {
	.get_settings	= etherh_get_settings,
	.set_settings	= etherh_set_settings,
	.get_drvinfo	= etherh_get_drvinfo,
	.get_ts_info	= ethtool_op_get_ts_info,
};

static const struct net_device_ops etherh_netdev_ops = {