From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B5A6C352A3 for ; Tue, 11 Feb 2020 13:15:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 544D020637 for ; Tue, 11 Feb 2020 13:15:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="T9F5wnJ4" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728963AbgBKNPy (ORCPT ); Tue, 11 Feb 2020 08:15:54 -0500 Received: from mail25.static.mailgun.info ([104.130.122.25]:43058 "EHLO mail25.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728608AbgBKNPy (ORCPT ); Tue, 11 Feb 2020 08:15:54 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1581426953; h=Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=dqBM15MS4bmFo5YiPWxADbAmMXcNOWjUARW4zbO4his=; b=T9F5wnJ4TdwKddC8QfT/xHcROYmxqUSUw6kiJV9DQqzDhs6lAacUCvI7E/5/jjMesUbZhPOB AcvptS3exHIRyT9pt5fFML0sp9ywk1h/Y/rFzai3fsCesjnfuOXww2a5/OxFXPgar4d0mmsk hE2/b/yzKK4Vh57TAYCLkNSny0A= X-Mailgun-Sending-Ip: 104.130.122.25 X-Mailgun-Sid: WyI3YTAwOSIsICJsaW51eC13aXJlbGVzc0B2Z2VyLmtlcm5lbC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by mxa.mailgun.org with ESMTP id 5e42a904.7f86ecc5df48-smtp-out-n02; Tue, 11 Feb 2020 13:15:48 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 4D6BEC4479C; Tue, 11 Feb 2020 13:15:48 +0000 (UTC) Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id 42F50C43383; Tue, 11 Feb 2020 13:15:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 42F50C43383 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: John Crispin Cc: Johannes Berg , Miles Hu , linux-wireless@vger.kernel.org, ath11k@lists.infradead.org Subject: Re: [PATCH V2 3/3] ath11k: add support for setting fixed HE rate/gi/ltf References: <20200204103514.18111-1-john@phrozen.org> <20200204103514.18111-3-john@phrozen.org> Date: Tue, 11 Feb 2020 15:15:43 +0200 In-Reply-To: <20200204103514.18111-3-john@phrozen.org> (John Crispin's message of "Tue, 4 Feb 2020 11:35:14 +0100") Message-ID: <87d0alxo1s.fsf@kamboji.qca.qualcomm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org John Crispin writes: > From: Miles Hu > > This patch adds ath11k support for setting fixed HE rate/gi/ltf values that > we are now able to send to the kernel using nl80211. The added code is > reusing parts of the existing code path already used for HT/VHT. The new > helpers are symmetric to how we do it for HT/VHT. > > Signed-off-by: John Crispin > Signed-off-by: Miles Hu s-o-b lines in incorrect order, Miles' tag (being the author) should be first. -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail25.static.mailgun.info ([104.130.122.25]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j1VOM-0006aO-HD for ath11k@lists.infradead.org; Tue, 11 Feb 2020 13:15:56 +0000 From: Kalle Valo Subject: Re: [PATCH V2 3/3] ath11k: add support for setting fixed HE rate/gi/ltf References: <20200204103514.18111-1-john@phrozen.org> <20200204103514.18111-3-john@phrozen.org> Date: Tue, 11 Feb 2020 15:15:43 +0200 In-Reply-To: <20200204103514.18111-3-john@phrozen.org> (John Crispin's message of "Tue, 4 Feb 2020 11:35:14 +0100") Message-ID: <87d0alxo1s.fsf@kamboji.qca.qualcomm.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath11k" Errors-To: ath11k-bounces+kvalo=adurom.com@lists.infradead.org To: John Crispin Cc: Miles Hu , Johannes Berg , linux-wireless@vger.kernel.org, ath11k@lists.infradead.org John Crispin writes: > From: Miles Hu > > This patch adds ath11k support for setting fixed HE rate/gi/ltf values that > we are now able to send to the kernel using nl80211. The added code is > reusing parts of the existing code path already used for HT/VHT. The new > helpers are symmetric to how we do it for HT/VHT. > > Signed-off-by: John Crispin > Signed-off-by: Miles Hu s-o-b lines in incorrect order, Miles' tag (being the author) should be first. -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches _______________________________________________ ath11k mailing list ath11k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath11k