aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorYibo Zhao <yiboz@codeaurora.org>2020-03-11 19:23:29 +0200
committerKalle Valo <kvalo@codeaurora.org>2020-03-12 10:20:02 +0200
commit5637c4ca961bc72ae3cce4bd5cbcecb5b8e32a54 (patch)
tree709cf544c139c4924b8e77fe645473ced31704e5
parentath9k: Handle txpower changes even when TPC is disabled (diff)
downloadwireguard-linux-5637c4ca961bc72ae3cce4bd5cbcecb5b8e32a54.tar.xz
wireguard-linux-5637c4ca961bc72ae3cce4bd5cbcecb5b8e32a54.zip
ath10k: allow qca988x family to support ack rssi of tx data packets.
Hardwares tested : QCA9887 Firmwares tested : 10.4-3.9.0.1-00036 Signed-off-by: Yibo Zhao <yiboz@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
-rw-r--r--drivers/net/wireless/ath/ath10k/hw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/hw.c b/drivers/net/wireless/ath/ath10k/hw.c
index 2451e0fb8ee5..57c58af64a57 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)