Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1444415pxb; Fri, 22 Oct 2021 00:41:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwXY90csuTExvuvtAzQwQVfYsKNVWIU9apB2nIm5F9wUST4woWvaZUl3cHs9yYxxQH5MOF9 X-Received: by 2002:a17:906:8893:: with SMTP id ak19mr13627620ejc.124.1634888498891; Fri, 22 Oct 2021 00:41:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634888498; cv=none; d=google.com; s=arc-20160816; b=kLSPJvoPyxTdIaqvUC6PfoXBWSQl3zbZtF3WqwA7Ryyb0oyqobULS9UCLJn46eF2aX l78wbgKVc4X4ij16ZR8nfxrocBx2fpxi6D/zVsfpCy/NULBcxEJFbjmZeRYm9fqzh+Sh h1+dkW2JC1ncyhsEAnsJbEoKzZleSVfmB83Yt88BEPH9AnH+K5lJBC5GFVEknxWWp4Eu IdhFXrBxTDsyiHwyLWJgASi3EvOTieVsAV7MNCp6FwcD30J+edxHRqV5JOsYXK9E/Hbq ZMsCDutVpi29IjKuP2aw/0WdMaebbS3UjM+7QmlehdMdBchm0qyi2ml4/WJfHTX4HtJg iPoQ== 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=Qdt6fWZozDu3ns1H2caGlazqGhYjFp/ZRFPMkjg85kA=; b=NgRFKxKjVFFkEAksHrfSr7rZFSEPpSHAVmQfslcFDFn3xmT7un163HCrSc8WknxLq9 y9FprNs0foSlgtZhgZo+UNcwch8BvraKJOjjUc2/W6+2JxFWlxAkUAPn+MCdkrqNFwWP r7kK5uZVygfqW8/93ZGAJWkdyFMjk7y+lwLBurYFmA7V5e8GVKz/+8HwbsZkO5kIkENZ JephNb4aP37NPrb5XlXE9qgOW4/QZb91kGWtK5QLP9oLJwwXf+j2PVPAh7HBd1wFdIr2 0Nuc4wgBJ30xJLQ/LRYUFu/CBgS+MH9jv0vU7C3btqusFd0GYKEZXdrhWxAQr43CM8IA 01Ww== 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 cm10si9253683edb.572.2021.10.22.00.41.18; Fri, 22 Oct 2021 00:41:38 -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 S231991AbhJVHn0 (ORCPT + 64 others); Fri, 22 Oct 2021 03:43:26 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:57006 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231923AbhJVHn0 (ORCPT ); Fri, 22 Oct 2021 03:43:26 -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 1mdpAo-000bge-UI; Fri, 22 Oct 2021 10:41:07 +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 10:41:07 +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. 1f171f4f1437 iwlwifi: Add support for getting rf id with blank otp af82c00736b4 iwlwifi: Add support for more BZ HWs 595c230b9513 iwlwifi: Start scratch debug register for Bz family