All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Allow qca988x family to support ack rssi of tx data packets.
@ 2020-02-13  6:30 ` Yibo Zhao
  0 siblings, 0 replies; 8+ messages in thread
From: Yibo Zhao @ 2020-02-13  6:30 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Yibo Zhao

Hardwares tested : QCA9887
Firmwares tested : 10.4-3.9.0.1-00036

Signed-off-by: Yibo Zhao <yiboz@codeaurora.org>
---
 drivers/net/wireless/ath/ath10k/hw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/ath/ath10k/hw.c b/drivers/net/wireless/ath/ath10k/hw.c
index 2451e0f..57c58af 100644
--- a/drivers/net/wireless/ath/ath10k/hw.c
+++ b/drivers/net/wireless/ath/ath10k/hw.c
@@ -1131,6 +1131,7 @@ static int ath10k_get_htt_tx_data_rssi_pad(struct htt_resp *resp)
 
 const struct ath10k_hw_ops qca988x_ops = {
 	.set_coverage_class = ath10k_hw_qca988x_set_coverage_class,
+	.is_rssi_enable = ath10k_htt_tx_rssi_enable,
 };
 
 static int ath10k_qca99x0_rx_desc_get_l3_pad_bytes(struct htt_rx_desc *rxd)
-- 
1.9.1

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

end of thread, other threads:[~2020-05-04  9:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13  6:30 [PATCH] Allow qca988x family to support ack rssi of tx data packets Yibo Zhao
2020-02-13  6:30 ` Yibo Zhao
2020-03-12  8:20 ` Kalle Valo
2020-04-29 20:38   ` John Deere
2020-04-30 10:28     ` Kalle Valo
2020-04-30 14:16       ` John Deere
2020-05-04  9:17         ` Kalle Valo
2020-03-12  8:20 ` Kalle Valo

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.