Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp974771pxb; Sun, 11 Apr 2021 03:33:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxeEFeDzfjr1UYHUJBM/t52Ib5D5I/rgK16WE+7VAIVAeBizvK655tvzj6hgfM2qYur8bYj X-Received: by 2002:a17:902:cec4:b029:e9:58eb:562b with SMTP id d4-20020a170902cec4b02900e958eb562bmr21053029plg.63.1618137228431; Sun, 11 Apr 2021 03:33:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618137228; cv=none; d=google.com; s=arc-20160816; b=ezZHPAP3Qbt6wdi1bVEg99ifbvj9X59R1XNuRJEcO7lgZJ8RT6Lp1ZwAZluB4jghrc ghVdZFF3q3v09EvH4aZIyvyJCDeqpCSEKuW3HcnpS12Cv5JVzr/stsWJJgi+GgbnpwEu TE1n8eBtcjRA8P1+H7DvaLmaJRKeCNlyZTeqWMzD3zDE1XqSDAl5G3zeInH3GzSobuMR O82CRE5Z8tKWlfAXP7Q1hxd8T8IkNn0ruTq+luxTroyDkLD69k7JQmI2IAlL1Lx+vJwP qr/cnBjstTMvxTJjR9OKwYLo9beJSB27xQ7LAAgqzSn1ky6kKt0lpZjdy6RUVG18XIYK KOzQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:subject:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:message-id; bh=er5K+RhU5m+MT260vq6aaLSEEeydodocQimKdSIrQ8E=; b=zYsfZd8D3ahX7wnqJlIT5yu1INPaA/4mlmsX50oRZhaDKYR0oTSA1RPQDbnVNY0iss yEncEfrHUQHZSLh61iI3p3dmtptAnbL4YLfe6qXnb1jAuHENdzdRZF/xPYtG05EeP0W5 afFkdoUDUub9yKKPWVzVvDOE6/EC0PATg3xI87of2cV7YnNtIMLqLS39BRtWo5MYz2fb z/5qFZ74neSx0/XQrKjzaeeElea5bxvdbMGQxv1lO7/qJA65zFA/y15TKJ00UkUkqbVO RJaBd6qBdVx0LqJYYGkT7br+9A+XjXn4cUYTM1rJj3JrJfcGShgMJ61VIltQ1UIC3ZSI HIPQ== 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 l6si10196440pji.10.2021.04.11.03.33.34; Sun, 11 Apr 2021 03:33:48 -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 S231405AbhDKKab (ORCPT + 99 others); Sun, 11 Apr 2021 06:30:31 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:44548 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229804AbhDKKaa (ORCPT ); Sun, 11 Apr 2021 06:30:30 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=[192.168.100.150]) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lVXM2-000K1O-1y; Sun, 11 Apr 2021 13:30:11 +0300 Message-ID: <42815732c3c08868ca8fb7f8be5ff620c25bab41.camel@coelho.fi> From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org Date: Sun, 11 Apr 2021 13:30:10 +0300 In-Reply-To: References: <20210411102545.438654-1-luca@coelho.fi> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 8/8] iwlwifi: mvm: add support for timing measurement Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Sun, 2021-04-11 at 13:25 +0300, Luca Coelho wrote: > From: Krishnanand Prabhu > > Add support for timing measurement in extended capabilities, used for > time synchronization. > > Signed-off-by: Krishnanand Prabhu > Signed-off-by: Luca Coelho > --- I'm going to drop this one for now, because there is a dependency on a change in ieee80211.h that is not in yet. -- Luca.