From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Date: Thu, 07 Jun 2012 09:16:04 +0200 Subject: chip id 4318 regression: WARN_ON_ONCE(sdata->vif.hw_queue[i] >= n_queues)) In-Reply-To: (sfid-20120607_091004_706603_FD40A49F) References: <1339014959.4523.0.camel@jlt3.sipsolutions.net> (sfid-20120607_091004_706603_FD40A49F) Message-ID: <1339053364.4517.0.camel@jlt3.sipsolutions.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andre Heider Cc: linux-wireless@vger.kernel.org, b43-dev@lists.infradead.org On Thu, 2012-06-07 at 09:10 +0200, Andre Heider wrote: > On Wed, Jun 6, 2012 at 10:35 PM, Johannes Berg > wrote: > > On Wed, 2012-06-06 at 21:10 +0200, Andre Heider wrote: > >> Hi, > >> > >> the wlan daughterboard on a nintendo wii stopped working with current master. > >> Building from the v3.4 tag gives me a working device. > >> > >> I bisected this to: > >> > >> commit 3a25a8c8b75b430c4f4022918e26fa51d557ecde > >> Author: Johannes Berg > >> > >> The hw queues fail the check in ieee80211_check_queues(). When I hack > >> that function to always "return 0;" wlan works again. > > > > There's a fix for this on the way since Larry had also reported the bug, > > but I don't know where it is right now. > > Okay, nice. Then I won't go hunting and just try the next -rc. Found the commit now: commit a9d3c05cca51d80ef2b9eddabf794c9458e36c2c Author: Johannes Berg Date: Mon May 7 17:45:29 2012 +0200 mac80211: fix single queue drivers johannes