Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp745082pxb; Thu, 26 Aug 2021 13:39:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz+lE9sVXXoYzJGF0lxKbpJP+r6+tXF1I6yywrsh1VsSjRfHV/ivEZ1WGJfohqdNdb05fjZ X-Received: by 2002:a6b:710f:: with SMTP id q15mr4550178iog.77.1630010352968; Thu, 26 Aug 2021 13:39:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630010352; cv=none; d=google.com; s=arc-20160816; b=K7FUB/pQLGHNwnIxtGY3CKWOtlCeo7N+0PWwKWSbkNnZH0y501R/1ikpKMCoc1y+8d 5WSGPQ7ToY943ZjP6sYmTKAI6XxdQPA9jyBYMxGaEwP/rfeDFxyEMriYOSE8nltKCsdZ pkIXk4KQxIpkR9Vz6eCy3HJ8zMkXezNpROn/z8CjbliQyFpeXW9NgeOXOj3XEevmplQX f3E1hVpeE6YlXx9J5MSHOtJ/JPzk/edFtI+CxWzNZ4GOo/Oi8m3Bd0kfBlCXAvC7CVpy D4mdw9t3Z6leZr2WYZnLCLdmf8098jP0ZhKx75rQZk7tfZFji8bn1fBktwTCll+JoFQi FHqQ== 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=UAB7ABObr/C5f6K4HjcJCjWXNs5fw8yDfWPn7b8321c=; b=Kio1Wbs0Btwiy5Nu3x8KREgYebKCGxLHRgnsY1A6eturWl1OgWycuvFbJj8+VKKGYd JG2gvnL8RzdpsI5pcepZ+BiiEwAQiH6FZb8v9ET9n5pvytta7xE04d3FlnXU8zi+HBx3 CMQau3WQJb1cUbMKGpVQDF9dXdY09G+ZOtETVkeWG/w3gZ2pWlLKbAEc1FihnYmvEDWy PMSLxIo7qq58t8q8r51XYDA/i546LpInQPx/T4j3HZw7iP20kFHOiUC2eyZS6a+/QmHf Wq8Xr0QXhietxoLSlkw0lKQ0f3z5ANbJfXbC6QyrmLQ/J4b5GJla7cy4gf5Qy+gcrFqr iufQ== 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 10si4068360ilz.71.2021.08.26.13.39.01; Thu, 26 Aug 2021 13:39:12 -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 S234503AbhHZUjl (ORCPT + 99 others); Thu, 26 Aug 2021 16:39:41 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:33550 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229966AbhHZUjl (ORCPT ); Thu, 26 Aug 2021 16:39:41 -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 1mJM9C-002XND-M2; Thu, 26 Aug 2021 23:38:52 +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: Thu, 26 Aug 2021 23:38:51 +0300 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) 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.5-pre1 Subject: Re: [PATCH v2 01/12] iwlwifi: mvm: add support for range request command version 13 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Luca Coelho wrote: > From: Avraham Stern > > This version adds the following configuration options: > 1. Set the BSS color for NDP ranging > 2. Set the minimum and maximum time between measurements for > non trigger based NDP ranging. > 3. Terminate the session in case the responder requests LMR feedback. > > Signed-off-by: Avraham Stern > Signed-off-by: Luca Coelho 12 patches applied to iwlwifi-next.git, thanks. 830aa3e7d1ca iwlwifi: mvm: add support for range request command version 13 bd34ff380e78 iwlwifi: mvm: add support for responder config command version 9 b05c1d14a177 iwlwifi: move get pnvm file name to a separate function fb3fac5fafa8 iwlwifi: mvm: introduce iwl_stored_beacon_notif_v3 cde5dbaa35ed iwlwifi: mvm: support broadcast TWT alone 090f1be3abf3 iwlwifi: mvm: Fix scan channel flags settings e257d969f365 iwlwifi: mvm: don't use FW key ID in beacon protection 765fdb17276a iwlwifi: export DHC framework and add first public entry, twt_setup 4956fe796656 iwlwifi: mvm: add fixed_rate debugfs entry to public DHC 610666bec1ea iwlwifi: Add support for getting rf id with blank otp cc6358a93c3a iwlwifi: Add support for more BZ HWs 1b740380f5fa iwlwifi: Start scratch debug register for Bz family