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.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 26458C433E2 for ; Fri, 11 Sep 2020 17:11:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D77D1214F1 for ; Fri, 11 Sep 2020 17:11:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726177AbgIKRLZ (ORCPT ); Fri, 11 Sep 2020 13:11:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50216 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726351AbgIKRLH (ORCPT ); Fri, 11 Sep 2020 13:11:07 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D428DC061795 for ; Fri, 11 Sep 2020 10:11:06 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1kGmZe-002JnL-KF; Fri, 11 Sep 2020 19:10:58 +0200 Message-ID: Subject: Re: Configuring WiFi6 in hostapd From: Johannes Berg To: Krishna Chaitanya , Sugandh Huthanahally Mohan , linux-wireless , Emmanuel Grumbach , luciano.coelho@intel.com Cc: Cedric Izoard , "Hostap@lists.infradead.org" Date: Fri, 11 Sep 2020 19:10:57 +0200 In-Reply-To: (sfid-20200911_184424_681805_505E3197) References: (sfid-20200911_184424_681805_505E3197) Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5 (3.36.5-1.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Fri, 2020-09-11 at 20:37 +0530, Krishna Chaitanya wrote: > > [ 228.315290] iwlwifi 0000:03:00.0: 0x00002078 | ADVANCED_SYSASSERT > > [ 228.315294] iwlwifi 0000:03:00.0: 0x00A0A200 | trm_hw_status0 > > [ 228.315297] iwlwifi 0000:03:00.0: 0x00000000 | trm_hw_status1 > > [ 228.315300] iwlwifi 0000:03:00.0: 0x004F8E3C | branchlink2 > > [ 228.315303] iwlwifi 0000:03:00.0: 0x004E4FF4 | interruptlink1 > > [ 228.315307] iwlwifi 0000:03:00.0: 0x004E4FF4 | interruptlink2 > > [ 228.315310] iwlwifi 0000:03:00.0: 0x07000101 | data1 > > [ 228.315313] iwlwifi 0000:03:00.0: 0x48308403 | data2 > > [ 228.315316] iwlwifi 0000:03:00.0: 0x00000005 | data3 This means that we got an invalid TX rate, notably an HE rate was requested/configured on a MAC configuration that didn't have HE. I think I saw some patches in this area (configuring the MAC to be HE) fly by internally recently, but not sure... Luca probably knows. johannes