summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajeev Kumar <rajekuma@qca.qualcomm.com>2014-07-22 07:04:26 -0700
committerAkash Patel <c_akashp@qca.qualcomm.com>2014-07-23 17:47:53 -0700
commit7eb063e720f8fd6369ac2d4d630c05310cdc63f1 (patch)
treef46989617213b287a0ddafe7d1cf8ea60914edd7
parentd5a05ba88f2120280ab2fb842acd6b45985ad06b (diff)
qcacld: Fix of join request getting stuck in SME queue
Join request sent by SME is dropped in PE because PE already has its defer queue full. Increasing the defer queue size to accomodate and handle more defer request message in PE. Change-Id: I5fb476f4e4a5a7d59c5f41c334efe248ba894c90 CRs-Fixed: 697785
-rw-r--r--CORE/MAC/src/pe/include/limGlobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/MAC/src/pe/include/limGlobal.h b/CORE/MAC/src/pe/include/limGlobal.h
index f87ba013c518..cf92870edb87 100644
--- a/CORE/MAC/src/pe/include/limGlobal.h
+++ b/CORE/MAC/src/pe/include/limGlobal.h
@@ -72,7 +72,7 @@
#define LIM_HASH_MISS_TIMER_MS 10000
// Deferred Message Queue Length
-#define MAX_DEFERRED_QUEUE_LEN 20
+#define MAX_DEFERRED_QUEUE_LEN 80
// Maximum Buffer size
#define LIM_MAX_BUF_SIZE 8192