From: Richard Cochran Date: Tue, 3 Apr 2012 22:59:31 +0000 (+0000) Subject: macb: Support the get_ts_info ethtool method. X-Git-Tag: firefly_0821_release~3680^2~2787^2~618 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=17f393e89a14bb5f27feb0c789534ac526200e31;p=firefly-linux-kernel-4.4.55.git macb: Support the get_ts_info ethtool method. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/cadence/macb.c b/drivers/net/ethernet/cadence/macb.c index c4834c23be35..1466bc4e3dda 100644 --- a/drivers/net/ethernet/cadence/macb.c +++ b/drivers/net/ethernet/cadence/macb.c @@ -1213,6 +1213,7 @@ static const struct ethtool_ops macb_ethtool_ops = { .set_settings = macb_set_settings, .get_drvinfo = macb_get_drvinfo, .get_link = ethtool_op_get_link, + .get_ts_info = ethtool_op_get_ts_info, }; static int macb_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)