]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ath10k: expand the wmi mgmt queue limit to 128
authorBartosz Markowski <bartosz.markowski@tieto.com>
Thu, 14 Nov 2013 08:01:15 +0000 (09:01 +0100)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 15 Nov 2013 09:01:27 +0000 (11:01 +0200)
It was obseverd many times the short queue limit can be
easily exceeded in case of AP multiple BSSID scenarios.

"ath10k: wmi mgmt_tx queue limit reached."

This was leading to TX packets drops.

This patch expands the queue limit to 128. After many stress
experiments (high traffic and lot of management frames in
the air) the new value seems to fix the problem on platforms
with limited resources.

Reported-By: Tomasz Skapski <tomasz.skapski@tieto.com>
Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/core.h

index 0934f7633de399df82df8ab74a9e0f6ef64f5b82..be35df2902c4a12ee120a503863b1c621f6cf93c 100644 (file)
@@ -43,7 +43,7 @@
 /* Antenna noise floor */
 #define ATH10K_DEFAULT_NOISE_FLOOR -95
 
-#define ATH10K_MAX_NUM_MGMT_PENDING 16
+#define ATH10K_MAX_NUM_MGMT_PENDING 128
 
 struct ath10k;