ath10k: add htt_h2t_aggr_cfg_msg op for high latency devices
authorErik Stromdahl <erik.stromdahl@gmail.com>
Mon, 27 May 2019 14:39:24 +0000 (17:39 +0300)
committerKalle 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

index 1195f9e24dc02a3cbd4360da60b5d3a11023b1e6..2ef717f18795068a9f398b6189dc020f05d42b33 100644 (file)
@@ -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)