diff options
author | Richard Cochran <richardcochran@gmail.com> | 2012-04-03 22:59:32 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-04 05:28:47 -0400 |
commit | ebad0a8d504f31a76c22f029b9fe4af7f9504f55 (patch) | |
tree | cd2251e3d10aba641dc978374066ae584640309c | |
parent | 17f393e89a14bb5f27feb0c789534ac526200e31 (diff) | |
download | linux-ebad0a8d504f31a76c22f029b9fe4af7f9504f55.tar.bz2 |
mv643xx_eth: Support the get_ts_info ethtool method.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/marvell/mv643xx_eth.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, }; |