projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74ee571
)
ath10k: add htt_h2t_aggr_cfg_msg op for high latency devices
author
Erik Stromdahl
<erik.stromdahl@gmail.com>
Mon, 27 May 2019 14:39:24 +0000
(17:39 +0300)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 25 Jun 2019 12:47:24 +0000
(15:47 +0300)
Without this op, it will not be possible to configure aggregation for
high latency devices.
Signed-off-by: Erik Stromdahl <erik.stromdahl@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/htt_tx.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/htt_tx.c
b/drivers/net/wireless/ath/ath10k/htt_tx.c
index 1195f9e24dc02a3cbd4360da60b5d3a11023b1e6..2ef717f18795068a9f398b6189dc020f05d42b33 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/htt_tx.c
+++ b/
drivers/net/wireless/ath/ath10k/htt_tx.c
@@
-1765,6
+1765,7
@@
static const struct ath10k_htt_tx_ops htt_tx_ops_hl = {
.htt_send_rx_ring_cfg = ath10k_htt_send_rx_ring_cfg_hl,
.htt_send_frag_desc_bank_cfg = ath10k_htt_send_frag_desc_bank_cfg_32,
.htt_tx = ath10k_htt_tx_hl,
+ .htt_h2t_aggr_cfg_msg = ath10k_htt_h2t_aggr_cfg_msg_32,
};
void ath10k_htt_set_tx_ops(struct ath10k_htt *htt)