From: Richard Cochran Date: Tue, 3 Apr 2012 22:59:24 +0000 (+0000) Subject: davinci_emac: Support the get_ts_info ethtool method. X-Git-Tag: v3.12-rc1~3113^2~625 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fa68bed560cdc443f931546c6a297385e1c5e64;p=kernel%2Fkernel-generic.git davinci_emac: Support the get_ts_info ethtool method. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/ti/davinci_emac.c b/drivers/net/ethernet/ti/davinci_emac.c index 174a334..8aa3332 100644 --- a/drivers/net/ethernet/ti/davinci_emac.c +++ b/drivers/net/ethernet/ti/davinci_emac.c @@ -627,6 +627,7 @@ static const struct ethtool_ops ethtool_ops = { .get_link = ethtool_op_get_link, .get_coalesce = emac_get_coalesce, .set_coalesce = emac_set_coalesce, + .get_ts_info = ethtool_op_get_ts_info, }; /**