summaryrefslogtreecommitdiff
path: root/umac
diff options
context:
space:
mode:
authorKiran Venkatappa <kiranv@codeaurora.org>2018-01-30 21:38:59 +0530
committersnandini <snandini@codeaurora.org>2018-02-06 09:43:48 -0800
commit83298473caa82129ba6a8bbcc125146e482af131 (patch)
tree75a47ed3bdfd5bfccb20e58eebbef2135886522c /umac
parent497e83eeeae2a303e10638dc9178b313b1d4e942 (diff)
downloadqca-wfi-host-cmn-83298473caa82129ba6a8bbcc125146e482af131.tar.gz
qcacmn: Change max mgmt descriptor pool size to 512 for AP
Increase descriptors to 512 for AP platforms which needs to support 16 vaps. Change-Id: I102599803d151986e48f00643274399db34a594f CRs-Fixed: 2170778
Diffstat (limited to 'umac')
-rw-r--r--umac/cmn_services/mgmt_txrx/dispatcher/inc/wlan_mgmt_txrx_utils_api.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/umac/cmn_services/mgmt_txrx/dispatcher/inc/wlan_mgmt_txrx_utils_api.h b/umac/cmn_services/mgmt_txrx/dispatcher/inc/wlan_mgmt_txrx_utils_api.h
index a806de487..9251386e1 100644
--- a/umac/cmn_services/mgmt_txrx/dispatcher/inc/wlan_mgmt_txrx_utils_api.h
+++ b/umac/cmn_services/mgmt_txrx/dispatcher/inc/wlan_mgmt_txrx_utils_api.h
@@ -30,7 +30,11 @@
#include "wlan_objmgr_cmn.h"
#include "qdf_nbuf.h"
+#ifdef CONFIG_MCL
#define MGMT_DESC_POOL_MAX 64
+#else
+#define MGMT_DESC_POOL_MAX 512
+#endif
#define mgmt_txrx_log(level, args...) \
QDF_TRACE(QDF_MODULE_ID_MGMT_TXRX, level, ## args)