Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1397068pxb; Thu, 21 Oct 2021 23:27:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxQPjI8yNsjnN4/R2XNI1vb+RUWXUykEOyonws3t8ybxnCoHsvEG02DO1sMvDBarmXSmIpq X-Received: by 2002:a17:907:6da3:: with SMTP id sb35mr8488545ejc.41.1634884033536; Thu, 21 Oct 2021 23:27:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634884033; cv=none; d=google.com; s=arc-20160816; b=LcpIzXMhrnzRum0ZS+E+uWgS3CYrIWBNZuRrIRSnUgB6dd5qT2WWLuB/J4K3A6spyN Xmxy1UllmS2p8gfHU76k5sfy6qTU8ag1Yzsf7yx7BK0yXnwDmnGbbiISzKcomHzspfj8 wpN4nXnX11HGgalwhJv6zr60RQlJjEYT6oHs/fcwK39ZTNVhluQTu4T6njJsBmKYoPH7 3tBGar4gusle0GAdv8pqvkMjfa2+hSopK8gZycVRGK9UN+FnK8Yw7BJ8I606KOKg3nWq Yhc6LkQOD7NLczOWm3uREqOdpsl4bbJGzXs6Jm4HGGyo1ObirCGj4jChIyAywcM1zJGs c2lw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:subject:date:message-id:user-agent:cc:to :references:in-reply-to:from:content-transfer-encoding:mime-version; bh=rzXBOdxpvNcfbenL4Fo/FP6tV2JO3unuYqCn2ep52Io=; b=LMApQkFdwStYBeZdZ9Evq/ncqS3l03Z45flPB3CEbn9NNowVZ4tmCkUSpkLQ2gp4TX HCYlejm+UCmDfIHpK351rOod6IwWXgvwFe+Mmben06C5R4cPnCWBQcgoB68ceR1Zn058 nZEksQ0NwvpXY9uWyaPTn84mGKbC8TXW5C5zPv76ngAGFVtakgNKDpSfzyAVFm1EL7C6 YEsjgPAvcnoHi/cixGPYpX99a4tGPZRGEkbk92XWLQyDOVvL6iopjdyIhCJoeJXBwD3z K9KPK862JuUywIp6iQo2OUMoVheAeEhcqcmrliILdIPaXm4O0Jgmf2YQAoy/evdDAJsi AoOg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h18si15227237ede.534.2021.10.21.23.26.55; Thu, 21 Oct 2021 23:27:13 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229609AbhJVG1w (ORCPT + 64 others); Fri, 22 Oct 2021 02:27:52 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:56950 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229944AbhJVG1v (ORCPT ); Fri, 22 Oct 2021 02:27:51 -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.2) (envelope-from ) id 1mdnzg-000beE-Fz; Fri, 22 Oct 2021 09:25:33 +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.7 Message-Id: Date: Fri, 22 Oct 2021 09:25:32 +0300 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on farmhouse.coelho.fi X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, TVD_RCVD_IP autolearn=ham autolearn_force=no version=3.4.6 Subject: Re: [PATCH v2 10/12] iwlwifi: Add support for getting rf id with blank otp Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Luca Coelho wrote: > From: Matti Gottlieb > > When having a blank OTP the only way to get the rf id > and the cdb info is from prph registers. > > Currently there is some implementation for this, but it > is located in the wrong place in the code (should be before > trying to understand what HW is connected and not after), > and it has a partial implementation. > > Signed-off-by: Matti Gottlieb > Signed-off-by: Luca Coelho 3 patches applied to iwlwifi-next.git, thanks. c5dd7b08bae0 iwlwifi: Add support for getting rf id with blank otp f2bc2f70292e iwlwifi: Add support for more BZ HWs ca5b81f972a8 iwlwifi: Start scratch debug register for Bz family