diff --git a/core/hdd/src/wlan_hdd_hostapd.h b/core/hdd/src/wlan_hdd_hostapd.h index 22b5af5d91..7170e820b6 100644 --- a/core/hdd/src/wlan_hdd_hostapd.h +++ b/core/hdd/src/wlan_hdd_hostapd.h @@ -123,7 +123,7 @@ QDF_STATUS hdd_hostapd_sap_event_cb(tpSap_Event pSapEvent, /** * hdd_init_ap_mode() - to init the AP adaptor * @adapter: SAP/GO adapter - * @rtnl_held: flag to indicate if RTNL lock needs to be aquired + * @rtnl_held: flag to indicate if RTNL lock needs to be acquired * * This API can be called to open the SAP session as well as * to create and store the vdev object. It also initializes necessary @@ -134,7 +134,7 @@ QDF_STATUS hdd_init_ap_mode(struct hdd_adapter *adapter, bool reinit); * hdd_deinit_ap_mode() - to deinit the AP adaptor * @hdd_ctx: pointer to hdd_ctx * @adapter: SAP/GO adapter - * @rtnl_held: flag to indicate if RTNL lock needs to be aquired + * @rtnl_held: flag to indicate if RTNL lock needs to be acquired * * This API can be called to close the SAP session as well as * release the vdev object completely. It also deinitializes necessary diff --git a/core/mac/src/pe/lim/lim_process_sme_req_messages.c b/core/mac/src/pe/lim/lim_process_sme_req_messages.c index e10a6ff499..aaf7dd4405 100644 --- a/core/mac/src/pe/lim/lim_process_sme_req_messages.c +++ b/core/mac/src/pe/lim/lim_process_sme_req_messages.c @@ -1154,7 +1154,7 @@ void lim_get_random_bssid(tpAniSirGlobal pMac, uint8_t *data) * __lim_process_clear_dfs_channel_list() * ***FUNCTION: - ***Clear DFS channel list when country is changed/aquired. + ***Clear DFS channel list when country is changed/acquired. .*This message is sent from SME. * ***LOGIC: