All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for ack rssi values of all data and
@ 2019-02-12 12:39 ` Abhishek Ambure
  0 siblings, 0 replies; 8+ messages in thread
From: Abhishek Ambure @ 2019-02-12 12:39 UTC (permalink / raw)
  To: ath10k; +Cc: Abhishek Ambure, linux-wireless

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

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 | 26 +++++++++-
 drivers/net/wireless/ath/ath10k/wmi-tlv.h | 25 +++++++++
 drivers/net/wireless/ath/ath10k/wmi.c     | 40 +++++++++-----
 drivers/net/wireless/ath/ath10k/wmi.h     | 11 ++++
 8 files changed, 234 insertions(+), 20 deletions(-)

-- 
1.9.1


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-02-12 20:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-12 12:39 [PATCH v2 0/2] Add support for ack rssi values of all data and Abhishek Ambure
2019-02-12 12:39 ` Abhishek Ambure
2019-02-12 12:39 ` [PATCH v2 1/2] ath10k: Add support for ack rssi value of management tx packets Abhishek Ambure
2019-02-12 12:39   ` Abhishek Ambure
2019-02-12 20:02   ` Kalle Valo
2019-02-12 20:02   ` Kalle Valo
2019-02-12 12:39 ` [PATCH v2 2/2] ath10k: Add support for ack rssi value of data " Abhishek Ambure
2019-02-12 12:39   ` Abhishek Ambure

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.