From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2] tehuti: Use net_device_stats from struct net_device Date: Thu, 19 Aug 2010 17:19:32 -0700 (PDT) Message-ID: <20100819.171932.52174904.davem@davemloft.net> References: <1282061577-19484-1-git-send-email-tklauser@distanz.ch> <1282205485-9652-1-git-send-email-tklauser@distanz.ch> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: baum@tehutinetworks.net, andy@greyhouse.net, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org To: tklauser@distanz.ch Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:49340 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752331Ab0HTATQ (ORCPT ); Thu, 19 Aug 2010 20:19:16 -0400 In-Reply-To: <1282205485-9652-1-git-send-email-tklauser@distanz.ch> Sender: netdev-owner@vger.kernel.org List-ID: From: Tobias Klauser Date: Thu, 19 Aug 2010 10:11:25 +0200 > struct net_device has its own struct net_device_stats member, so use > this one instead of a private copy in the bdx_priv struct. > > Signed-off-by: Tobias Klauser Applied.