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

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

tg3: Support the get_ts_info ethtool method.

parent 912b3b3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12233,6 +12233,7 @@ static const struct ethtool_ops tg3_ethtool_ops = {
	.get_rxfh_indir_size    = tg3_get_rxfh_indir_size,
	.get_rxfh_indir		= tg3_get_rxfh_indir,
	.set_rxfh_indir		= tg3_set_rxfh_indir,
	.get_ts_info		= ethtool_op_get_ts_info,
};

static struct rtnl_link_stats64 *tg3_get_stats64(struct net_device *dev,