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

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

usbnet: Support the get_ts_info ethtool method.

parent e117d6dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -884,6 +884,7 @@ static const struct ethtool_ops usbnet_ethtool_ops = {
	.get_drvinfo		= usbnet_get_drvinfo,
	.get_msglevel		= usbnet_get_msglevel,
	.set_msglevel		= usbnet_set_msglevel,
	.get_ts_info		= ethtool_op_get_ts_info,
};

/*-------------------------------------------------------------------------*/