diff options
| author | Nirav Shah <nnshah@qti.qualcomm.com> | 2015-04-20 16:40:33 +0530 |
|---|---|---|
| committer | AnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com> | 2015-04-22 17:04:16 +0530 |
| commit | e64caea09d0d6e697c854a71c5d93327ed050f1d (patch) | |
| tree | 41caa6b5f3f7ca5abf900b89f9a0cb1bbac2eaef | |
| parent | c381b500a6e9e42c90a2892a4745e5ebfbbf8b39 (diff) | |
qcacld: Increase maximum supported peer for softap for HL
Increase maximum supported peer to 32 for softap
case for High latency
CRs-Fixed: 825729
Change-Id: I3bbadb365379727f3160afd969927cc320288e39
| -rw-r--r-- | CORE/SERVICES/BMI/ol_fw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CORE/SERVICES/BMI/ol_fw.c b/CORE/SERVICES/BMI/ol_fw.c index f70f3237dd72..b135edc9d7d3 100644 --- a/CORE/SERVICES/BMI/ol_fw.c +++ b/CORE/SERVICES/BMI/ol_fw.c @@ -2353,12 +2353,12 @@ int ol_target_coredump(void *inst, void *memoryBlock, u_int32_t blockLength) } #endif + +#define MAX_SUPPORTED_PEERS 32 #if defined(CONFIG_HL_SUPPORT) #define MAX_SUPPORTED_PEERS_REV1_1 9 -#define MAX_SUPPORTED_PEERS 10 #else #define MAX_SUPPORTED_PEERS_REV1_1 14 -#define MAX_SUPPORTED_PEERS 32 #endif u_int8_t ol_get_number_of_peers_supported(struct ol_softc *scn) |
