From 0dd30cd4dff582cff385bbbadfc82a19b5d3054d Mon Sep 17 00:00:00 2001 From: gaurank kathpalia Date: Sat, 7 Jul 2018 22:16:27 +0530 Subject: qcacld-3.0: Fix spelling mistakes in SAP code Fix some spelling mistakes in Start AP codeflow Change-Id: I6dcd7d7904be083bc98cbe7272064cfd8ef1eead CRs-Fixed: 2274639 --- core/sap/src/sap_module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sap/src/sap_module.c b/core/sap/src/sap_module.c index 23a68769a6c9..751aff480ec8 100644 --- a/core/sap/src/sap_module.c +++ b/core/sap/src/sap_module.c @@ -854,7 +854,7 @@ QDF_STATUS wlansap_start_bss(void *pCtx, /* pwextCtx */ pSapCtx->is_chan_change_inprogress = false; pSapCtx->stop_bss_in_progress = false; /* Set the BSSID to your "self MAC Addr" read the mac address - from Configuation ITEM received from HDD */ + from configuration ITEM received from HDD */ pSapCtx->csr_roamProfile.BSSIDs.numOfBSSIDs = 1; qdf_mem_copy(pSapCtx->csr_roamProfile.BSSIDs.bssid, pSapCtx->self_mac_addr, sizeof(struct qdf_mac_addr)); @@ -878,7 +878,7 @@ QDF_STATUS wlansap_start_bss(void *pCtx, /* pwextCtx */ } else { /* If concurrent session is running that is already associated * then we just follow that sessions country info (whether - * present or not doesn't maater as we have to follow whatever + * present or not doesn't matter as we have to follow whatever * STA session does) */ if ((0 == sme_get_concurrent_operation_channel(hHal)) && pConfig->ieee80211d) { -- cgit v1.2.3