aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/davinci_emac.c
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-04-03 22:59:24 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-04 05:28:46 -0400
commit1fa68bed560cdc443f931546c6a297385e1c5e64 (patch)
tree6530b8a3f027d9b97834c119cc9b1c751b6533e6 /drivers/net/ethernet/ti/davinci_emac.c
parentax88796: Support the get_ts_info ethtool method. (diff)
downloadlinux-dev-1fa68bed560cdc443f931546c6a297385e1c5e64.tar.xz
linux-dev-1fa68bed560cdc443f931546c6a297385e1c5e64.zip
davinci_emac: Support the get_ts_info ethtool method.
Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/ti/davinci_emac.c')
-rw-r--r--drivers/net/ethernet/ti/davinci_emac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/ti/davinci_emac.c b/drivers/net/ethernet/ti/davinci_emac.c
index 174a3348f676..8aa33326bec3 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,
};
/**