From: Richard Cochran Date: Tue, 3 Apr 2012 22:59:26 +0000 (+0000) Subject: etherh: Support the get_ts_info ethtool method. X-Git-Tag: v3.5-rc1~109^2~623 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65198be2261c371e64a59f73202dbabf95348627;p=thirdparty%2Fkernel%2Flinux.git etherh: Support the get_ts_info ethtool method. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/8390/etherh.c b/drivers/net/ethernet/8390/etherh.c index 48c4948750d1d..89cba45c35cae 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 = {