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
This commit is contained in:

committed by
snandini

orang tua
497e83eeea
melakukan
83298473ca
@@ -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)
|
||||
|
Reference in New Issue
Block a user