From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 22 Jul 2010 17:48:41 +0200 References: <1279662144-17356-1-git-send-email-sven.eckelmann@gmx.de> In-Reply-To: <1279662144-17356-1-git-send-email-sven.eckelmann@gmx.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201007221748.41802.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Don't increment stats of foreign device Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Tuesday, July 20, 2010 23:42:24 Sven Eckelmann wrote: > The receive hook for batman-adv ethernet frames tried to get the last > device which processed the skb before us. It only used that information > to update the rx_bytes and rx_packets stat of that foreign device which > already has updated it using its own receive functions. Applied in revision 1739. Thanks, Marek