From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1f6zCF-0006OV-Ls for ath10k@lists.infradead.org; Fri, 13 Apr 2018 13:57:01 +0000 From: Kalle Valo Subject: Re: [PATCH 3/3] ath10k: average ack rssi support for data frames References: <1523619357-1963-4-git-send-email-bpothuno@codeaurora.org> Date: Fri, 13 Apr 2018 16:56:45 +0300 In-Reply-To: <1523619357-1963-4-git-send-email-bpothuno@codeaurora.org> (Balaji Pothunoori's message of "Fri, 13 Apr 2018 17:05:57 +0530") Message-ID: <87efjjqkf6.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: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Balaji Pothunoori Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org Balaji Pothunoori writes: > Average ack rssi value is weighted average of ack rssi for > no of msdu's has been sent. > This feature is enabled by the host driver if firmware is capable. > After receiving event from host, firmware allocates the necessary > memory to store the ack_rssi for data packets during the init time. > > After each successful transmission, If tx completion status is OK > and 24th bit is set in HTT message header then host will fetch the > ack_rssi else host can ignore the ack_rssi field. > > Note: This patch is depends on cfg80211 patch. > > Signed-off-by: Balaji Pothunoori > --- > drivers/net/wireless/ath/ath10k/core.c | 4 ++++ > drivers/net/wireless/ath/ath10k/htt.h | 6 +++++- > drivers/net/wireless/ath/ath10k/htt_rx.c | 21 +++++++++++++++++++++ > drivers/net/wireless/ath/ath10k/mac.c | 4 ++++ > drivers/net/wireless/ath/ath10k/wmi.h | 8 ++++++++ > 5 files changed, 42 insertions(+), 1 deletion(-) Usually notes like above are better to put under "---" line, this way git-am will not include in the git commit log. -- Kalle Valo _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:43200 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753884AbeDMN4t (ORCPT ); Fri, 13 Apr 2018 09:56:49 -0400 From: Kalle Valo To: Balaji Pothunoori Cc: ath10k@lists.infradead.org, linux-wireless@vger.kernel.org Subject: Re: [PATCH 3/3] ath10k: average ack rssi support for data frames References: <1523619357-1963-4-git-send-email-bpothuno@codeaurora.org> Date: Fri, 13 Apr 2018 16:56:45 +0300 In-Reply-To: <1523619357-1963-4-git-send-email-bpothuno@codeaurora.org> (Balaji Pothunoori's message of "Fri, 13 Apr 2018 17:05:57 +0530") Message-ID: <87efjjqkf6.fsf@kamboji.qca.qualcomm.com> (sfid-20180413_155653_751770_D2C40149) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: Balaji Pothunoori writes: > Average ack rssi value is weighted average of ack rssi for > no of msdu's has been sent. > This feature is enabled by the host driver if firmware is capable. > After receiving event from host, firmware allocates the necessary > memory to store the ack_rssi for data packets during the init time. > > After each successful transmission, If tx completion status is OK > and 24th bit is set in HTT message header then host will fetch the > ack_rssi else host can ignore the ack_rssi field. > > Note: This patch is depends on cfg80211 patch. > > Signed-off-by: Balaji Pothunoori > --- > drivers/net/wireless/ath/ath10k/core.c | 4 ++++ > drivers/net/wireless/ath/ath10k/htt.h | 6 +++++- > drivers/net/wireless/ath/ath10k/htt_rx.c | 21 +++++++++++++++++++++ > drivers/net/wireless/ath/ath10k/mac.c | 4 ++++ > drivers/net/wireless/ath/ath10k/wmi.h | 8 ++++++++ > 5 files changed, 42 insertions(+), 1 deletion(-) Usually notes like above are better to put under "---" line, this way git-am will not include in the git commit log. -- Kalle Valo