Balaji Pothunoori <bpothuno@xxxxxxxxxxxxxx> 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 <bpothuno@xxxxxxxxxxxxxx> > --- > 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