Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:46698 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758582Ab2FHG2C (ORCPT ); Fri, 8 Jun 2012 02:28:02 -0400 Message-ID: <1339136879.5832.1.camel@jlt3.sipsolutions.net> (sfid-20120608_082807_706668_96C17A95) 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 08:27:59 +0200 In-Reply-To: (sfid-20120607_234722_659278_D556184E) 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> (sfid-20120607_234722_659278_D556184E) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, 2012-06-07 at 23:47 +0200, Andre Heider wrote: > On Thu, Jun 7, 2012 at 11:21 PM, Larry Finger wrote: > > On 06/07/2012 03:56 PM, Johannes Berg wrote: > >> > >> On Thu, 2012-06-07 at 20:36 +0200, Johannes Berg wrote: > >> > >>> However, it's also possible to actually *use* the new mac80211 feature. > >>> That would also help with IEEE80211_TX_CTL_SEND_AFTER_DTIM, you could > >>> ask mac80211 to use a separate HW queue for it (for tx_ring_mcast.) This > >>> may be quicker. > >> > >> > >> This might do it, I haven't tested it at all: > >> > >> http://p.sipsolutions.net/3c6b003bb06e5298.txt > > > > > > With that patch, the driver never loads the firmware. I have not yet found > > the reason. > > Same here. It doesn't start any interfaces, right? The patch was incomplete -- it has to register all 5 queues not but might not use them, please try this: http://p.sipsolutions.net/69a78bbb83cd6421.txt (and if it still fails, please let me know how far it gets) johannes