Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc31c2cf authored by Erik Stromdahl's avatar Erik Stromdahl Committed by Kalle Valo
Browse files

ath10k: add htt_h2t_aggr_cfg_msg op for high latency devices



Without this op, it will not be possible to configure aggregation for
high latency devices.

Signed-off-by: default avatarErik Stromdahl <erik.stromdahl@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 74ee5715
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)