Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Erik Stromdahl <erik.stromdahl@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

authored by

Erik Stromdahl and committed by
Kalle Valo
bc31c2cf 74ee5715

+1
+1
drivers/net/wireless/ath/ath10k/htt_tx.c
··· 1765 1765 .htt_send_rx_ring_cfg = ath10k_htt_send_rx_ring_cfg_hl, 1766 1766 .htt_send_frag_desc_bank_cfg = ath10k_htt_send_frag_desc_bank_cfg_32, 1767 1767 .htt_tx = ath10k_htt_tx_hl, 1768 + .htt_h2t_aggr_cfg_msg = ath10k_htt_h2t_aggr_cfg_msg_32, 1768 1769 }; 1769 1770 1770 1771 void ath10k_htt_set_tx_ops(struct ath10k_htt *htt)