From: Abhishek Ambure <aambure@codeaurora.org>
To: ath10k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org, Abhishek Ambure <aambure@codeaurora.org>
Subject: [PATCH v3 0/2] Add support for ack rssi values of all data and
Date: Wed, 13 Feb 2019 16:33:57 +0530 [thread overview]
Message-ID: <1550055839-24454-1-git-send-email-aambure@codeaurora.org> (raw)
WCN3990 firmware supporting WMI_TLV_SERVICE_TX_DATA_MGMT_ACK_RSSI sends
ack rssi value of all data and management tx packets to host through tx
completion event.
If WMI_RSRC_CFG_FLAG_TX_ACK_RSSI is set in host capability then firmware
sends RSSI value in tx completion events of data and management packets.
Host driver extracts ack rssi values of tx packets from their tx
completion event.
Applications gets ack rssi value of data and managent tx packets using
below commands,
For Data ack rssi command: - iw dev <interface-name> station dump
O/P: - check last_ack_rssi value in output
For Management ack rssi command: -
hostapd_cli POLL_STA <MAC-ADDR-OF-STA>
O/P: - OK
hostapd_cli STA <MAC-ADDR-OF-STA>
O/P: - check last_ack_rssi value in output
V2: Tested firmware and Tested hardware added
V3: Host capability WMI_RSRC_CFG_FLAG_TX_ACK_RSSI appended in 1/2 patch
Merge conflicts resolved in htt_rx.c for 2/2 patch
Abhishek Ambure (2):
ath10k: Add support for ack rssi value of management tx packets
ath10k: Add support for ack rssi value of data tx packets
drivers/net/wireless/ath/ath10k/htt.h | 86 +++++++++++++++++++++++++++++++
drivers/net/wireless/ath/ath10k/htt_rx.c | 12 +++--
drivers/net/wireless/ath/ath10k/hw.c | 32 +++++++++++-
drivers/net/wireless/ath/ath10k/hw.h | 22 ++++++++
drivers/net/wireless/ath/ath10k/wmi-tlv.c | 25 ++++++++-
drivers/net/wireless/ath/ath10k/wmi-tlv.h | 25 +++++++++
drivers/net/wireless/ath/ath10k/wmi.c | 42 ++++++++++-----
drivers/net/wireless/ath/ath10k/wmi.h | 11 ++++
8 files changed, 236 insertions(+), 19 deletions(-)
--
1.9.1
next reply other threads:[~2019-02-13 11:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-13 11:03 Abhishek Ambure [this message]
2019-02-13 11:03 ` [PATCH v3 1/2] ath10k: Add support for ack rssi value of management tx packets Abhishek Ambure
2019-02-26 12:58 ` Kalle Valo
2019-02-13 11:03 ` [PATCH v3 2/2] ath10k: Add support for ack rssi value of data " Abhishek Ambure
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1550055839-24454-1-git-send-email-aambure@codeaurora.org \
--to=aambure@codeaurora.org \
--cc=ath10k@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).