From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 463A1C433DF for ; Fri, 9 Oct 2020 08:21:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0C30122245 for ; Fri, 9 Oct 2020 08:21:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732620AbgJIIVR (ORCPT ); Fri, 9 Oct 2020 04:21:17 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:55042 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1732337AbgJIIVQ (ORCPT ); Fri, 9 Oct 2020 04:21:16 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=[192.168.100.69]) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1kQneG-002Rhf-5a; Fri, 09 Oct 2020 11:21:08 +0300 Message-ID: <11996c068501b02797b4cfaeed87953cc9c24dc6.camel@coelho.fi> From: Luca Coelho To: Alexander Wetzel , kvalo@codeaurora.org, Andy Lavr Cc: linux-wireless@vger.kernel.org Date: Fri, 09 Oct 2020 11:21:05 +0300 In-Reply-To: References: <20200928092321.649185-1-luca@coelho.fi> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.4-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [REGRESSION] Re: [PATCH 10/12] iwlwifi: remove wide_cmd_header field Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Wed, 2020-10-07 at 22:23 +0200, Alexander Wetzel wrote: > Am 28.09.20 um 11:23 schrieb Luca Coelho: > > From: Mordechay Goodstein > > > > Driver doesn't support fw without wide_cmd > > so driver always sets it to true. instead of setting > > it always to true just remove the field. > > > > I guess that's only true for mvm but not dvm... > > At least this patch kills my wireless using a Ultimate-N 6300. > Reverting to commit on top of wt-2020-10-06 works. > > Here the last error I got during git bisect: > > > [ 375.671958] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1 > [ 375.739218] iwlwifi 0000:03:00.0: Microcode SW error detected. > Restarting 0x82000000. > [ 375.739226] iwlwifi 0000:03:00.0: Loaded firmware version: 9.221.4.1 > build 25532 6000-4.ucode > [ 375.739349] iwlwifi 0000:03:00.0: Start IWL Error Log Dump: > [ 375.739353] iwlwifi 0000:03:00.0: Status: 0x00000000, count: 5 > [ 375.739357] iwlwifi 0000:03:00.0: 0x00000007 | BAD_COMMAND Hmmm, this indeed looks wrong. I'll try to fix it or, in the worst case, revert this patch. -- Cheers, Luca.