summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgaurank kathpalia <gkathpal@codeaurora.org>2018-07-07 22:16:27 +0530
committernshrivas <nshrivas@codeaurora.org>2018-07-09 09:27:00 -0700
commit0dd30cd4dff582cff385bbbadfc82a19b5d3054d (patch)
tree44b34d8181b5f48320dda589187369db339c7b3b
parent1feedf2ac41ecbbcd45974de97dd21ec0c8ad92c (diff)
qcacld-3.0: Fix spelling mistakes in SAP code
Fix some spelling mistakes in Start AP codeflow Change-Id: I6dcd7d7904be083bc98cbe7272064cfd8ef1eead CRs-Fixed: 2274639
-rw-r--r--core/sap/src/sap_module.c4
1 files 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) {