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

index 174a3348f6762d67a661801342ea6cbe95a7810f..8aa33326bec3507d07ed0d3c9b46dab081023996 100644 (file)
@@ -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,
 };
 
 /**