Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:37556 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758179Ab2FFUgC (ORCPT ); Wed, 6 Jun 2012 16:36:02 -0400 Message-ID: <1339014959.4523.0.camel@jlt3.sipsolutions.net> (sfid-20120606_223607_054397_406A8C03) Subject: Re: chip id 4318 regression: WARN_ON_ONCE(sdata->vif.hw_queue[i] >= n_queues)) From: Johannes Berg To: Andre Heider Cc: linux-wireless@vger.kernel.org, b43-dev@lists.infradead.org Date: Wed, 06 Jun 2012 22:35:59 +0200 In-Reply-To: (sfid-20120606_211036_695360_C0AB150F) References: (sfid-20120606_211036_695360_C0AB150F) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: 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. johannes