Return-path: Received: from mail-qc0-f174.google.com ([209.85.216.174]:61814 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751124Ab2FORVg (ORCPT ); Fri, 15 Jun 2012 13:21:36 -0400 Received: by qcro28 with SMTP id o28so1791475qcr.19 for ; Fri, 15 Jun 2012 10:21:36 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4FDA97E5.3090208@lwfinger.net> References: <4FD22727.7000500@lwfinger.net> <1339180580.5748.32.camel@jlt3.sipsolutions.net> <1339180948.5748.35.camel@jlt3.sipsolutions.net> <1339182289.5748.36.camel@jlt3.sipsolutions.net> <1339576294.4519.17.camel@jlt3.sipsolutions.net> <1339602402.4519.48.camel@jlt3.sipsolutions.net> <20120613204230.474d1b6c@milhouse> <1339691877.9786.0.camel@jlt3.sipsolutions.net> <1339693777.9786.6.camel@jlt3.sipsolutions.net> <1339694227.9786.7.camel@jlt3.sipsolutions.net> <1339694837.9786.8.camel@jlt3.sipsolutions.net> <4FDA97E5.3090208@lwfinger.net> Date: Fri, 15 Jun 2012 19:14:32 +0200 Message-ID: (sfid-20120615_192140_460083_F3919ADA) Subject: Re: chip id 4318 regression: WARN_ON_ONCE(sdata->vif.hw_queue[i] >= n_queues)) From: Andre Heider To: Larry Finger Cc: Johannes Berg , =?ISO-8859-1?Q?Michael_B=FCsch?= , linux-wireless@vger.kernel.org, b43-dev@lists.infradead.org, =?ISO-8859-2?Q?Rafa=B3_Mi=B3ecki?= Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, Jun 15, 2012 at 4:03 AM, Larry Finger wrote: > On 06/14/2012 12:27 PM, Johannes Berg wrote: >> >> On Thu, 2012-06-14 at 19:23 +0200, Andre Heider wrote: >>> >>> On Thu, Jun 14, 2012 at 7:17 PM, Johannes Berg >>> wrote: >>>> >>>> On Thu, 2012-06-14 at 19:09 +0200, Johannes Berg wrote: >>>>> >>>>> On Thu, 2012-06-14 at 19:00 +0200, Andre Heider wrote: >>>>> >>>>>>> http://p.sipsolutions.net/9c830800d14f3ff8.txt >>>>>> >>>>>> >>>>>> This still oopses: if (!modparam_qos || wldev->fw.opensource) >>>>>> >>>>>> I do get a working wlan0 if I force "hw->queues = 1;" without that >>>>>> offending line, but just a `dmesg` over wlan+ssh yields another one >>>>>> (prolly the same one I already described on an older patch): >>>>>> http://i.imgur.com/epdRF.jpg >>>>> >>>>> >>>>> Doh, of course, I still have wldev ... I'm in a meeting now, will check >>>>> again later. >>>> >>>> >>>> Let's just move the hw->queues setup ... >>>> >>>> http://p.sipsolutions.net/e45e57bbc9509e69.txt >>> >>> >>> No oops during loading the fw or bringing the device up, but same >>> crash as in the picture above ;) >> >> >> I guess I shouldn't be doing this right now ... >> >> Can't somebody else help me out? Rafal? Larry? Michael? I clearly don't >> know this code well enough and you should be able to identify the intent >> from the patch ... > > > I will give it a try. I was in the Canadian wilderness for 5 days fishing, > which is why I have not responded earlier. > > The device does not fail on my hardware, but I can prepare things for Andre > to test. Thanks guys! Did I understood that correctly and your device works with the e45e57bbc9509e69 patch on openfwwf/pio?