Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:50587 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757862Ab2FHQYM (ORCPT ); Fri, 8 Jun 2012 12:24:12 -0400 Message-ID: <1339172649.5748.16.camel@jlt3.sipsolutions.net> (sfid-20120608_182416_999915_0E0629D3) Subject: Re: chip id 4318 regression: WARN_ON_ONCE(sdata->vif.hw_queue[i] >= n_queues)) From: Johannes Berg To: Andre Heider Cc: Larry Finger , Michael =?ISO-8859-1?Q?B=FCsch?= , linux-wireless@vger.kernel.org, b43-dev@lists.infradead.org, =?UTF-8?Q?Rafa=C5=82_Mi=C5=82ecki?= Date: Fri, 08 Jun 2012 18:24:09 +0200 In-Reply-To: <1339172402.5748.15.camel@jlt3.sipsolutions.net> (sfid-20120608_182011_815432_531593AA) References: <1339014959.4523.0.camel@jlt3.sipsolutions.net> <1339053364.4517.0.camel@jlt3.sipsolutions.net> <20120607180325.7752b3c0@milhouse> <1339094215.4630.7.camel@jlt3.sipsolutions.net> <1339102567.4630.8.camel@jlt3.sipsolutions.net> <4FD11B47.10002@lwfinger.net> <1339136879.5832.1.camel@jlt3.sipsolutions.net> <1339137689.5832.2.camel@jlt3.sipsolutions.net> <1339167160.4901.0.camel@jlt3.sipsolutions.net> <1339168452.5748.0.camel@jlt3.sipsolutions.net> <1339168600.5748.2.camel@jlt3.sipsolutions.net> <4FD21C6B.5000402@lwfinger.net> <1339170182.5748.7.camel@jlt3.sipsolutions.net> <1339170287.5748.8.camel@jlt3.sipsolutions.net> <1339170510.5748.9.camel@jlt3.sipsolutions.net> <1339170742.5748.10.camel@jlt3.sipsolutions.net> <1339171159.5748.11.camel@jlt3.sipsolutions.net> <1339171694.5748.12.camel@jlt3.sipsolutions.net> (sfid-20120608_181648_775335_FE32999F) <1339172402.5748.15.camel@jlt3.sipsolutions.net> (sfid-20120608_182011_815432_531593AA) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, 2012-06-08 at 18:20 +0200, Johannes Berg wrote: > On Fri, 2012-06-08 at 18:16 +0200, Andre Heider wrote: > > > >> > http://p.sipsolutions.net/511dda98892d2c9a.txt > > > >> [ 17.597307] wlan0: authenticate with d8:5d:4c:9c:31:14 > > >> [ 17.638399] wlan0: send auth to d8:5d:4c:9c:31:14 (try 1/3) > > >> [ 17.851085] wlan0: send auth to d8:5d:4c:9c:31:14 (try 2/3) > > >> [ 18.063086] wlan0: send auth to d8:5d:4c:9c:31:14 (try 3/3) > > >> [ 18.275081] wlan0: authentication with d8:5d:4c:9c:31:14 timed out > > >> > > >> Tried it 3 times, always times out. > > > > > > So you didn't get the warning, but can you still check what > > > info->hw_queue is in pio.c? > > > > always "1" > > Ok, so that's correct. Hmm. > > Can you check in mac80211's debugfs if the queues are ever started? Or > maybe somewhere else? That's the only thing I can think of, if this is > getting 1 I finally got the mapping right ... I'd be very surprised if the queue is stopped, it doesn't look that way .. but maybe you can figure that out with mac80211 tracing: http://linuxwireless.org/en/developers/Documentation/mac80211/tracing johannes