aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/ucc_geth_ethtool.c
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-04-03 22:59:40 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-04 05:28:48 -0400
commite117d6dd8bf11061f7f58f4c9205b4e8ec87357d (patch)
tree6dd54fe05dad3738efd6e97db6e99b71eebadeda /drivers/net/ethernet/freescale/ucc_geth_ethtool.c
parenttg3: Support the get_ts_info ethtool method. (diff)
downloadlinux-dev-e117d6dd8bf11061f7f58f4c9205b4e8ec87357d.tar.xz
linux-dev-e117d6dd8bf11061f7f58f4c9205b4e8ec87357d.zip
ucc_geth: 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/freescale/ucc_geth_ethtool.c')
-rw-r--r--drivers/net/ethernet/freescale/ucc_geth_ethtool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/freescale/ucc_geth_ethtool.c b/drivers/net/ethernet/freescale/ucc_geth_ethtool.c
index a97257f91a3d..37b035306013 100644
--- a/drivers/net/ethernet/freescale/ucc_geth_ethtool.c
+++ b/drivers/net/ethernet/freescale/ucc_geth_ethtool.c
@@ -415,6 +415,7 @@ static const struct ethtool_ops uec_ethtool_ops = {
.get_ethtool_stats = uec_get_ethtool_stats,
.get_wol = uec_get_wol,
.set_wol = uec_set_wol,
+ .get_ts_info = ethtool_op_get_ts_info,
};
void uec_set_ethtool_ops(struct net_device *netdev)