ath11k: set queue_len to 4096
authorJohn Crispin <john@phrozen.org>
Tue, 11 Feb 2020 12:26:05 +0000 (13:26 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 17 Mar 2020 06:37:06 +0000 (08:37 +0200)
commit107560d847e6092c3fe3a25a1704b28029230c02
tree3a91d7c62df711c25c885f583b0df23e5b7120f7
parent1441b2f205a7c78dc2da11b830751b26cb55ae51
ath11k: set queue_len to 4096

The driver currently does not use wake_txq_queue. This leads to the
tx_queue_len being defaulted to 1000. Setting this parameter will
change the queue_len to 4096 which is more fitting for HE.

Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath11k/hw.h
drivers/net/wireless/ath/ath11k/mac.c