From: Richard Cochran Date: Tue, 3 Apr 2012 22:59:32 +0000 (+0000) Subject: mv643xx_eth: Support the get_ts_info ethtool method. X-Git-Tag: firefly_0821_release~3680^2~2787^2~617 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ebad0a8d504f31a76c22f029b9fe4af7f9504f55;p=firefly-linux-kernel-4.4.55.git mv643xx_eth: Support the get_ts_info ethtool method. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/marvell/mv643xx_eth.c b/drivers/net/ethernet/marvell/mv643xx_eth.c index 75af1afe46c8..153d33210e89 100644 --- a/drivers/net/ethernet/marvell/mv643xx_eth.c +++ b/drivers/net/ethernet/marvell/mv643xx_eth.c @@ -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, };