From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Subject: [PATCH V4 net-next 16/26] macb: Support the get_ts_info ethtool method. Date: Wed, 4 Apr 2012 10:59:31 +0200 Message-ID: <696e4ad08075d6060f49555d909bdb7531aad0c6.1333529506.git.richardcochran@gmail.com> References: Cc: David Miller , Ben Hutchings , Martin Porter , Jacob Keller , Jeff Kirsher , John Ronciak , e1000-devel@lists.sourceforge.net To: Return-path: Received: from mail-we0-f174.google.com ([74.125.82.174]:63894 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755770Ab2DDJBD (ORCPT ); Wed, 4 Apr 2012 05:01:03 -0400 Received: by wejx9 with SMTP id x9so25497wej.19 for ; Wed, 04 Apr 2012 02:01:02 -0700 (PDT) In-Reply-To: In-Reply-To: References: Sender: netdev-owner@vger.kernel.org List-ID: Signed-off-by: Richard Cochran --- drivers/net/ethernet/cadence/macb.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/ethernet/cadence/macb.c b/drivers/net/ethernet/cadence/macb.c index c4834c2..1466bc4 100644 --- a/drivers/net/ethernet/cadence/macb.c +++ b/drivers/net/ethernet/cadence/macb.c @@ -1213,6 +1213,7 @@ static const struct ethtool_ops macb_ethtool_ops = { .set_settings = macb_set_settings, .get_drvinfo = macb_get_drvinfo, .get_link = ethtool_op_get_link, + .get_ts_info = ethtool_op_get_ts_info, }; static int macb_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) -- 1.7.2.5