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=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 D8E99C4727E for ; Thu, 1 Oct 2020 19:00:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9F22820872 for ; Thu, 1 Oct 2020 19:00:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729990AbgJATA0 (ORCPT ); Thu, 1 Oct 2020 15:00:26 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:53670 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729412AbgJATAH (ORCPT ); Thu, 1 Oct 2020 15:00:07 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=[127.0.1.1]) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1kO3oC-002NCy-S1; Thu, 01 Oct 2020 22:00:05 +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.8.6 Message-Id: Date: Thu, 01 Oct 2020 22:00:04 +0300 Subject: Re: [PATCH 01/12] iwlwifi: add a common struct for all iwl_tx_power_cmd versions Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Luca Coelho wrote: > From: Luca Coelho > > Create a common structure to contain all different versions of the > tx_power_cmd instead of making a union of the different structs > everywhere we need them. Also move the common part of these structs > into a separate structure (instead of reusing v3) and leave the > per_chain_restriction part out of the common part, because this will > change in version 6 of the command (which will be added soon). > > While at it, rename per_chain_restriction to per_chain to shorten it. > > Signed-off-by: Luca Coelho 12 patches applied to iwlwifi-next.git, thanks. 216cdfb5225f iwlwifi: add a common struct for all iwl_tx_power_cmd versions 9c08cef87048 iwlwifi: acpi: prepare SAR profile selection code for multiple sizes fbb7957d28ac iwlwifi: support REDUCE_TX_POWER_CMD version 6 dd2a1256e6a8 iwlwifi: acpi: rename geo structs to contain versioning 0ea788ed0f3b iwlwifi: support version 3 of GEO_TX_POWER_LIMIT 9e3c39361a30 iwlwifi: mvm: support new KEK KCK api 507a13f5c9c9 iwlwifi: rs: set RTS protection for all non legacy rates 4795983b8704 iwlwifi: acpi: in non acpi compilations remove iwl_sar_geo_init e80bfd117d89 iwlwifi: fw: add default value for iwl_fw_lookup_cmd_ver 0a8159cbd11a iwlwifi: remove wide_cmd_header field 1c096d8935c1 iwlwifi: mvm: add support for range request command ver 11 3830a01c3bfa iwlwifi: mvm: add support for responder dynamic config command version 3