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

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

dnet: Support the get_ts_info ethtool method.

parent 1fa68bed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -815,6 +815,7 @@ static const struct ethtool_ops dnet_ethtool_ops = {
	.set_settings		= dnet_set_settings,
	.get_drvinfo		= dnet_get_drvinfo,
	.get_link		= ethtool_op_get_link,
	.get_ts_info		= ethtool_op_get_ts_info,
};

static const struct net_device_ops dnet_netdev_ops = {