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.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 50864C43463 for ; Fri, 18 Sep 2020 18:49:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DFDE621534 for ; Fri, 18 Sep 2020 18:49:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="dCzy8V+1" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726174AbgIRSte (ORCPT ); Fri, 18 Sep 2020 14:49:34 -0400 Received: from so254-54.mailgun.net ([198.61.254.54]:39525 "EHLO so254-54.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726139AbgIRSte (ORCPT ); Fri, 18 Sep 2020 14:49:34 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1600454973; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=ltMu+mEWWB1Qf/0dTEqUMoboeq0sCaEKviQ4hb45yZ8=; b=dCzy8V+1Wg5N1HK9fYhVQMqJnXa7u9L+Jh07+yZNIbqbvUosAaYPUiafLEvIIshqoSWnQeEX Yo2dcm5w5pSRAKEnoy1DYHXJl6Rr457DoLcNzgL4SMzn9Q2lDqiHy9cS69tHmXfvNEirK8w+ b1L6GH9KeJCCUai1oFFTmQdCgYM= X-Mailgun-Sending-Ip: 198.61.254.54 X-Mailgun-Sid: WyI3YTAwOSIsICJsaW51eC13aXJlbGVzc0B2Z2VyLmtlcm5lbC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n06.prod.us-east-1.postgun.com with SMTP id 5f65013dae7ca421d2ff5ea9 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 18 Sep 2020 18:49:33 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id A4E26C433CA; Fri, 18 Sep 2020 18:49:32 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: rmanohar) by smtp.codeaurora.org (Postfix) with ESMTPSA id 7432DC433C8; Fri, 18 Sep 2020 18:49:32 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 18 Sep 2020 11:49:32 -0700 From: Rajkumar Manoharan To: Johannes Berg Cc: linux-wireless@vger.kernel.org Subject: Re: [PATCH] iw: support HE rate configuration in 6 GHz band In-Reply-To: References: <1600276451-3259-1-git-send-email-rmanohar@codeaurora.org> Message-ID: X-Sender: rmanohar@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 2020-09-18 04:25, Johannes Berg wrote: > On Wed, 2020-09-16 at 10:14 -0700, Rajkumar Manoharan wrote: >> Allow HE-MCS, HE-GI, HE-LTF in 6 GHz band as well and allow only >> MCS rates in 6 GHz. > > This doesn't apply at all, please respin. > My bad. Forgot to mention that this change depends on "iw: add HE rate/gi/ltf support". https://patchwork.kernel.org/patch/11364395/ Rajkumar