qcacld-3.0: Add support for 64-clients

Add support for 64-clients.

Change-Id: Ic97ebb83190b5061734832f6dc6dcdb6d0bdac2b
CRs-Fixed: 2625495
This commit is contained in:
hqu
2020-04-09 17:12:14 +08:00
committed by nshrivas
parent 03c1b12671
commit e2e9ea6d37
3 changed files with 33 additions and 6 deletions

View File

@@ -68,7 +68,7 @@
#define CFG_ASSOC_STA_LIMIT CFG_UINT( \
"cfg_assoc_sta_limit", \
1, \
32, \
64, \
10, \
CFG_VALUE_OR_DEFAULT, \
"CFG_ASSOC_STA_LIMIT")
@@ -260,7 +260,7 @@
* <ini>
* gSoftApMaxPeers - Set Max peers connected for SAP
* @Min: 1
* @Max: 32
* @Max: 64
* @Default: 32
*
* This ini is used to set Max peers connected for SAP
@@ -276,7 +276,7 @@
#define CFG_SAP_MAX_NO_PEERS CFG_INI_UINT( \
"gSoftApMaxPeers", \
1, \
32, \
64, \
32, \
CFG_VALUE_OR_DEFAULT, \
"max no of peers")