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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 78560C2B9F4 for ; Tue, 22 Jun 2021 12:21:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 616426023B for ; Tue, 22 Jun 2021 12:21:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231193AbhFVMXb (ORCPT ); Tue, 22 Jun 2021 08:23:31 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:48534 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231272AbhFVMXa (ORCPT ); Tue, 22 Jun 2021 08:23:30 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=kveik.lan) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lvfOy-001awN-95; Tue, 22 Jun 2021 15:21:13 +0300 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Luca Coelho In-Reply-To: References: To: Luca Coelho Cc: kvalo@codeaurora.org, linux-wireless@vger.kernel.org User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.9.2 Message-Id: Date: Tue, 22 Jun 2021 15:21:13 +0300 Subject: Re: [PATCH 12/12] iwlwifi: mvm: Read acpi dsm to get unii4 enable/disable bitmap. Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Luca Coelho wrote: > From: Abhishek Naik > > Read the UNII4 setting from the ACPI table and use it in the > LARI_CONFIG_CHANGE_CMD accordingly. > > This setting allows OEMs to enable or disable UNII4, bypassing the FW > defaults. > > Signed-off-by: Abhishek Naik > Signed-off-by: Luca Coelho Patch applied to iwlwifi-next.git, thanks. a434399e019f iwlwifi: mvm: Read acpi dsm to get unii4 enable/disable bitmap.