Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:50962 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752591AbeEHPKg (ORCPT ); Tue, 8 May 2018 11:10:36 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Subject: Re: [PATCHv2,3/3] ath10k: average ack rssi support for data frames From: Kalle Valo In-Reply-To: <1523890122-23952-4-git-send-email-bpothuno@codeaurora.org> References: <1523890122-23952-4-git-send-email-bpothuno@codeaurora.org> To: Balaji Pothunoori Cc: johannes@sipsolutions.net, ath10k@lists.infradead.org, linux-wireless@vger.kernel.org, bpothuno@codeaurora.org Message-Id: <20180508151035.E613D60767@smtp.codeaurora.org> (sfid-20180508_171040_203726_3D9369DD) Date: Tue, 8 May 2018 15:10:35 +0000 (UTC) Sender: linux-wireless-owner@vger.kernel.org List-ID: Balaji Pothunoori wrote: > 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. > > Signed-off-by: Balaji Pothunoori A note to myself that this depends on: cc60dbbfed8f mac80211: average ack rssi support for data frames Currently in mac80211-next. -- https://patchwork.kernel.org/patch/10343153/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches