Return-path: Received: from mx1.redhat.com ([209.132.183.28]:59292 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753681Ab0CRO0Y (ORCPT ); Thu, 18 Mar 2010 10:26:24 -0400 Date: Thu, 18 Mar 2010 15:24:19 +0100 From: Stanislaw Gruszka To: reinette chatre , Greg KH Cc: Adel Gadllah , "linux-wireless@vger.kernel.org" , "John W. Linville" , "stable@kernel.org" , Wey-Yi Guy Subject: Re: [PATCH] iwlwifi: Silence tfds_in_queue message Message-ID: <20100318142419.GA3904@dhcp-lab-161.englab.brq.redhat.com> References: <6cf6b73e1003141144l5a549309xfc627fa7cb7bf817@mail.gmail.com> <1268758859.2446.595.camel@rchatre-DESK> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1268758859.2446.595.camel@rchatre-DESK> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Mar 16, 2010 at 10:00:59AM -0700, reinette chatre wrote: > On Sun, 2010-03-14 at 11:44 -0700, Adel Gadllah wrote: > > From 83bf3f1dba41e3dccdef4fecfccb094559568342 Mon Sep 17 00:00:00 2001 > > From: Adel Gadllah > > Date: Sun, 14 Mar 2010 19:16:25 +0100 > > Subject: [PATCH] iwlwifi: Silence tfds_in_queue message > > > > Commit a239a8b47cc0e5e6d7416a89f340beac06d5edaa introduced a > > noisy message, that fills up the log very fast. > > > > The error seems not to be fatal (the connection is stable and > > performance is ok), so make it IWL_DEBUG_TX rather than IWL_ERR. > > > > Cc: Reinette Chatre > > Cc: John W. Linville > > Cc: stable@kernel.org > > > > Signed-off-by: Adel Gadllah > > Acked-by: Reinette Chatre Actually I would like to NACK the patch. We did mistake during backporting to 2.6.32 . In iwl_tx_queue_reclaim() we make make double nfreed--. I don't know how we miss that :( Greg please take patch from the next email if Adel conform that it fix the issue. Thanks Stanislaw