Return-path: Received: from mail-ey0-f174.google.com ([209.85.215.174]:52927 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751328Ab1KVHqA (ORCPT ); Tue, 22 Nov 2011 02:46:00 -0500 MIME-Version: 1.0 In-Reply-To: <20111122072730.GA32225@gamma.logic.tuwien.ac.at> References: <1320709047.31823.188.camel@wwguy-huron> <20111108043233.GA21171@gamma.logic.tuwien.ac.at> <20111109051152.GA16006@gamma.logic.tuwien.ac.at> <20111121030640.GI32505@gamma.logic.tuwien.ac.at> <20111122051310.GA23705@gamma.logic.tuwien.ac.at> <20111122072730.GA32225@gamma.logic.tuwien.ac.at> Date: Tue, 22 Nov 2011 09:45:58 +0200 Message-ID: (sfid-20111122_084619_790903_11D50DD5) Subject: Re: iwlagn is getting very shaky From: Emmanuel Grumbach To: Norbert Preining Cc: "Guy, Wey-Yi" , David Rientjes , "linux-kernel@vger.kernel.org" , "ipw3945-devel@lists.sourceforge.net" , "ilw@linux.intel.com" , "linux-wireless@vger.kernel.org" , Pekka Enberg Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Nov 22, 2011 at 09:27, Norbert Preining wrote: > HI Emmanuel, > > On Di, 22 Nov 2011, Emmanuel Grumbach wrote: >> Please apply the patch attached. It has been submitted upstream but >> hasn't been merged in the tree you use apparently. > > Does not apply against current git, as there is no iwl-mac80211.c: > [/usr/src/git-kernel/linux.git] patch -p1 --dry-run < ~/QUEUE_DEBUG.patch > patching file drivers/net/wireless/iwlwifi/iwl-agn-rx.c > patching file drivers/net/wireless/iwlwifi/iwl-agn-rxon.c > Hunk #1 succeeded at 116 (offset -1 lines). > Hunk #2 succeeded at 840 (offset -4 lines). > patching file drivers/net/wireless/iwlwifi/iwl-agn-tx.c > Hunk #1 succeeded at 800 (offset -13 lines). > patching file drivers/net/wireless/iwlwifi/iwl-debug.h > Hunk #1 succeeded at 151 (offset -15 lines). > Hunk #2 succeeded at 188 (offset -15 lines). > can't find file to patch at input line 78 > Perhaps you used the wrong -p or --strip option? > The text leading up to this was: > -------------------------- > |diff --git a/drivers/net/wireless/iwlwifi/iwl-mac80211.c b/drivers/net/wireless/iwlwifi/iwl-mac80211.c > |index 073e827..05b1f0d 100644 > |--- a/drivers/net/wireless/iwlwifi/iwl-mac80211.c > |+++ b/drivers/net/wireless/iwlwifi/iwl-mac80211.c > -------------------------- > File to patch: > Glad it applied > >> Then please run with set the TXQUEUES debug flag: 0x8000000. > > Is this a load options to iwlwifi module (debug=0x..... at module load time?) > or has to be set in /sys/kernel/debug/ieee80211/phy?/iwlwifi/debug/* > somewhere? > yes it is a module parameter: modprobe iwlwifi debug=0x80000000 > >> Do you use any SoftAP / P2P feature ? HW queues can be stalled > > No. Fixed AP with fixed IP and no special adaptions. > Ok thanks