aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/8390/etherh.c
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-04-03 22:59:26 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-04 05:28:46 -0400
commit65198be2261c371e64a59f73202dbabf95348627 (patch)
tree760f9d03d42411be1c05ee3d342ce6c51422f20d /drivers/net/ethernet/8390/etherh.c
parentdnet: Support the get_ts_info ethtool method. (diff)
downloadlinux-dev-65198be2261c371e64a59f73202dbabf95348627.tar.xz
linux-dev-65198be2261c371e64a59f73202dbabf95348627.zip
etherh: Support the get_ts_info ethtool method.
Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/8390/etherh.c')
-rw-r--r--drivers/net/ethernet/8390/etherh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/8390/etherh.c b/drivers/net/ethernet/8390/etherh.c
index 48c4948750d1..89cba45c35ca 100644
--- a/drivers/net/ethernet/8390/etherh.c
+++ b/drivers/net/ethernet/8390/etherh.c
@@ -635,6 +635,7 @@ static const struct ethtool_ops etherh_ethtool_ops = {
.get_settings = etherh_get_settings,
.set_settings = etherh_set_settings,
.get_drvinfo = etherh_get_drvinfo,
+ .get_ts_info = ethtool_op_get_ts_info,
};
static const struct net_device_ops etherh_netdev_ops = {