aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/ll_temac_main.c
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-04-03 22:59:30 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-04 05:28:47 -0400
commitf85e5ea28f5c1d31b22ae5777a1a08ebd76ff7e1 (patch)
tree77ea8674880c7e09c55107ef9f00a44107e3927b /drivers/net/ethernet/xilinx/ll_temac_main.c
parentfs_enet: Support the get_ts_info ethtool method. (diff)
downloadlinux-dev-f85e5ea28f5c1d31b22ae5777a1a08ebd76ff7e1.tar.xz
linux-dev-f85e5ea28f5c1d31b22ae5777a1a08ebd76ff7e1.zip
ll_temac: 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/xilinx/ll_temac_main.c')
-rw-r--r--drivers/net/ethernet/xilinx/ll_temac_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/xilinx/ll_temac_main.c b/drivers/net/ethernet/xilinx/ll_temac_main.c
index d21591a2c593..1eaf7128afee 100644
--- a/drivers/net/ethernet/xilinx/ll_temac_main.c
+++ b/drivers/net/ethernet/xilinx/ll_temac_main.c
@@ -1000,6 +1000,7 @@ static const struct ethtool_ops temac_ethtool_ops = {
.set_settings = temac_set_settings,
.nway_reset = temac_nway_reset,
.get_link = ethtool_op_get_link,
+ .get_ts_info = ethtool_op_get_ts_info,
};
static int __devinit temac_of_probe(struct platform_device *op)