Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp978995pxa; Wed, 19 Aug 2020 22:16:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxl8pJI11cKn+i47Cx/hPxRB8yJFkIPzOucpJHe9eZyYpxO8Ydyj2CUdhkTySMpeI8YhlQZ X-Received: by 2002:a17:906:4d89:: with SMTP id s9mr1520819eju.365.1597900601950; Wed, 19 Aug 2020 22:16:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597900601; cv=none; d=google.com; s=arc-20160816; b=USOaXf0ixZ7Ob9km51j7moT+B/cAq9JtPsdu6zQMEiWAf+O458Z8oCRpJny9NZ2PR3 ci6GfrOoP0Qf6koZ6Cnq0Cie7AHJgfqnTg7Tuv9EuOiFSOYE6bffMJmWWtzZsV3XTo9x XDkPQfYYJrVCtWGCFyY5cIY0jiPQFhyQ7jwRU7ovO7IDydWrPYcOu6xyXpQU5GkXRcc7 NVCP1jOQyc1n4uHmFXGQE47RKkxZ8gbRnCrOoP/f8VcJ/gPwqnfpCgiX9SGhD6dOgHKn roelmBBuh7biL0piUegTUVrvJlHSws9ls3PPJ95AMW98FumMju33iTm52SMWLMx+TLXB mLmw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=fG8LEeovMRwyoA86SKmMpND4aTNpDkISc0OyBxxTrPM=; b=A5ChMCn+jT03EiPUP9r8GaD9tFaLPNIbiSyWo/0pNQDeNhoC186fmHSqqEkVovfB3J u18D6K/FA4NUyCqKLk/dTEHqsBzMSPWnTAQWNQcfceU88kufxnOdIAHWnqm2N0GcNK4P PBxnVOgVu6RzwiljudoWqcfZvVH6UrBWlSeyrXUNf9AfvUi8qmAc5io0nYA4RcJmCrbO TE+Q+ssFlMcRUf40HMn9p0KOhQh0AeobT4+S8eqz/p2by0jHZ+dcYOnMyDXJJBWsK7Z2 smNtYJokeA584Pm0v7/qQTK1Quju2ghB9gYuOfVQmh3v0RvxsuwvZqpb6cQeZjUprmXR 59dA== 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 m1si778045eds.116.2020.08.19.22.16.17; Wed, 19 Aug 2020 22:16:41 -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 S1725823AbgHTFQI (ORCPT + 99 others); Thu, 20 Aug 2020 01:16:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725778AbgHTFQH (ORCPT ); Thu, 20 Aug 2020 01:16:07 -0400 Received: from nbd.name (nbd.name [IPv6:2a01:4f8:221:3d45::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DDE80C061757 for ; Wed, 19 Aug 2020 22:16:06 -0700 (PDT) Received: from [2a04:4540:1403:2e00:31a9:2b49:2694:f8ad] by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1k8cvi-0005db-Ek; Thu, 20 Aug 2020 07:16:02 +0200 Subject: Re: [PATCH V6 1/2] ath11k: switch to using ieee80211_tx_status_ext() To: Kalle Valo Cc: linux-wireless@vger.kernel.org, ath11k@lists.infradead.org References: <20200803145444.473810-1-john@phrozen.org> <87d03milp7.fsf@codeaurora.org> From: John Crispin Message-ID: Date: Thu, 20 Aug 2020 07:16:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <87d03milp7.fsf@codeaurora.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 19.08.20 19:34, Kalle Valo wrote: > John Crispin writes: > >> This allows us to pass HE rates down into the stack. >> >> Signed-off-by: John Crispin > On what hardware and firmware was this tested? > Miles can give more insight, the patch was written by him, I just rebased it, removed the checkpatch warnings and did some basic testing.     John