From 47c0cbd276ccb76c594090e1a26d9d7d1b59b415 Mon Sep 17 00:00:00 2001 From: Tushnim Bhattacharyya Date: Tue, 11 Jun 2019 13:01:00 -0700 Subject: [PATCH] qcacld-3.0: Set the max_station config correctly for SAP Set the max_station config correctly at wma_open instead of using the default value. Change-Id: I63cd05462351359fbdcaae03dbdff940817b9bde CRs-Fixed: 2468829 --- mlme/dispatcher/inc/cfg_mlme_sap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlme/dispatcher/inc/cfg_mlme_sap.h b/mlme/dispatcher/inc/cfg_mlme_sap.h index 851a52b438..51f590e5f7 100644 --- a/mlme/dispatcher/inc/cfg_mlme_sap.h +++ b/mlme/dispatcher/inc/cfg_mlme_sap.h @@ -66,7 +66,7 @@ "CFG_11G_ONLY_POLICY") #define CFG_ASSOC_STA_LIMIT CFG_UINT( \ - "cfg_beacon_interval", \ + "cfg_assoc_sta_limit", \ 1, \ 32, \ 10, \