From: Richard Cochran Date: Tue, 3 Apr 2012 22:59:30 +0000 (+0000) Subject: ll_temac: Support the get_ts_info ethtool method. X-Git-Tag: v3.5-rc1~109^2~619 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f85e5ea28f5c1d31b22ae5777a1a08ebd76ff7e1;p=~emulex%2Finfiniband.git ll_temac: Support the get_ts_info ethtool method. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/xilinx/ll_temac_main.c b/drivers/net/ethernet/xilinx/ll_temac_main.c index d21591a2c59..1eaf7128afe 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)