From patchwork Tue Apr 3 17:47:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Cochran X-Patchwork-Id: 150497 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 9A83FB6FDD for ; Wed, 4 Apr 2012 03:49:00 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755372Ab2DCRs6 (ORCPT ); Tue, 3 Apr 2012 13:48:58 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:60989 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754026Ab2DCRs5 (ORCPT ); Tue, 3 Apr 2012 13:48:57 -0400 Received: by mail-wg0-f44.google.com with SMTP id dr13so3975805wgb.1 for ; Tue, 03 Apr 2012 10:48:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references; bh=74yymRFOLgkwRXaovBRdq5qzIjM+EVWFaJ2yZ90Ow00=; b=AS1ObcrBY+j8EKfJliyqsLSlq4eRa+sWVhNU8ftkIGXK0/pE9gVZCZqw8wuBuUzmI8 hGAk9PCnZIh8S2yHqihIFbrOx898pmfbe4+lmid8O1x76lRRoqbxotsaxRrrJkhA1CRa 62J4//Mzs8MWMNKEm3QueZYLYk2MJKhMlOQA1ltkbkEYTWEb2Rb93i2XadICeYqEqM+u zLAv3oJHaghYlO1MQeKSVnZe4xTxpFY0gtkkOdBQiPT1kKqB81KkNFBA8EJj/K2i5A3a z+T/foU6eAgrTMMTH3idaZkYVFNN1yHjwicvCqquqeiuaDVblmUPURWbDjn6P9qkViKU 3J/A== Received: by 10.180.98.8 with SMTP id ee8mr38799796wib.14.1333475337093; Tue, 03 Apr 2012 10:48:57 -0700 (PDT) Received: from localhost.localdomain (089144206230.atnat0015.highway.a1.net. [89.144.206.230]) by mx.google.com with ESMTPS id j3sm72118468wiw.1.2012.04.03.10.48.51 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 03 Apr 2012 10:48:56 -0700 (PDT) From: Richard Cochran To: Cc: David Miller , Ben Hutchings , Martin Porter , Jacob Keller , Jeff Kirsher , John Ronciak , e1000-devel@lists.sourceforge.net Subject: [PATCH V3 net-next 11/28] dnet: Support the get_ts_info ethtool method. Date: Tue, 3 Apr 2012 19:47:35 +0200 Message-Id: <355fe2af950a28121cc02985da19872bef2bd191.1333474523.git.richardcochran@gmail.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: References: In-Reply-To: References: Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Richard Cochran --- drivers/net/ethernet/dnet.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/ethernet/dnet.c b/drivers/net/ethernet/dnet.c index b276469..290b26f 100644 --- a/drivers/net/ethernet/dnet.c +++ b/drivers/net/ethernet/dnet.c @@ -815,6 +815,7 @@ static const struct ethtool_ops dnet_ethtool_ops = { .set_settings = dnet_set_settings, .get_drvinfo = dnet_get_drvinfo, .get_link = ethtool_op_get_link, + .get_ts_info = ethtool_op_get_ts_info, }; static const struct net_device_ops dnet_netdev_ops = {