]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ll_temac: Support the get_ts_info ethtool method.
authorRichard Cochran <richardcochran@gmail.com>
Tue, 3 Apr 2012 22:59:30 +0000 (22:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Apr 2012 09:28:47 +0000 (05:28 -0400)
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/ll_temac_main.c

index d21591a2c593df51f7011623bc42405e2e65eadd..1eaf7128afeefa66cae6d1f96c9b2d496fcea023 100644 (file)
@@ -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)