Skip to content
Commit 1f6e0baa authored by John Crispin's avatar John Crispin Committed by Johannes Berg
Browse files

mac80211: allow setting queue_len for drivers not using wake_tx_queue



Currently a mac80211 driver can only set the txq_limit when using
wake_tx_queue. Not all drivers use wake_tx_queue. This patch adds a new
element to wiphy allowing a driver to set a custom tx_queue_len and the
code that will apply it in case it is set. The current default is
1000 which is too low for ath11k when doing HE rates.

Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
Link: https://lore.kernel.org/r/20200211122605.13002-1-john@phrozen.org
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 256db742
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment