]> Pileus Git - ~andy/linux/commitdiff
mv643xx_eth: Support the get_ts_info ethtool method.
authorRichard Cochran <richardcochran@gmail.com>
Tue, 3 Apr 2012 22:59:32 +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/marvell/mv643xx_eth.c

index 75af1afe46c87a8778bd0eea51bc44139f8a115e..153d33210e8937d37bf09c16840a61f0eaf44f83 100644 (file)
@@ -1666,6 +1666,7 @@ static const struct ethtool_ops mv643xx_eth_ethtool_ops = {
        .get_strings            = mv643xx_eth_get_strings,
        .get_ethtool_stats      = mv643xx_eth_get_ethtool_stats,
        .get_sset_count         = mv643xx_eth_get_sset_count,
+       .get_ts_info            = ethtool_op_get_ts_info,
 };