From efb0489634903bf233da07d7ccdc75c84055d40c Mon Sep 17 00:00:00 2001 From: Sachin Ahuja Date: Mon, 23 Jun 2014 17:06:08 +0530 Subject: qcacld: Limit the max number of peers to 14 for Rome 2.x Currently, the max number of peers is 32 for Rome 2.x.Changes are done to limit to 14. CRs-Fixed: 684091 Change-Id: I570c97dc04d895f3c9085edfd9653d6006458946 --- CORE/SERVICES/BMI/ol_fw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/CORE/SERVICES/BMI/ol_fw.c b/CORE/SERVICES/BMI/ol_fw.c index 512551fef1ab..0b70e68f1ff6 100644 --- a/CORE/SERVICES/BMI/ol_fw.c +++ b/CORE/SERVICES/BMI/ol_fw.c @@ -1928,6 +1928,7 @@ u_int8_t ol_get_number_of_peers_supported(struct ol_softc *scn) switch (scn->target_version) { case AR6320_REV1_1_VERSION: + case AR6320_REV2_1_VERSION: if(scn->max_no_of_peers > MAX_SUPPORTED_PEERS_REV1_1) max_no_of_peers = MAX_SUPPORTED_PEERS_REV1_1; else -- cgit v1.2.3