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

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

ucc_geth: Support the get_ts_info ethtool method.

parent 3f847490
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -415,6 +415,7 @@ static const struct ethtool_ops uec_ethtool_ops = {
	.get_ethtool_stats      = uec_get_ethtool_stats,
	.get_wol		= uec_get_wol,
	.set_wol		= uec_set_wol,
	.get_ts_info		= ethtool_op_get_ts_info,
};

void uec_set_ethtool_ops(struct net_device *netdev)