Bladeren bron

qcacld-3.0: Fix typo "paramters"

Replace typo "paramters" with correct spelling "parameters".

Change-Id: I13d41a0092666bc89743b9beb03e0253e6b613fc
CRs-Fixed: 2238297
Jeff Johnson 7 jaren geleden
bovenliggende
commit
60ed45a086

+ 2 - 2
core/hdd/src/wlan_hdd_cfg80211.c

@@ -2942,7 +2942,7 @@ void wlan_hdd_cfg80211_acs_ch_select_evt(struct hdd_adapter *adapter)
 	 * TODO: Delayed operation is used since SME-PMAC strut is global. Thus
 	 * when Primary AP ACS is complete and secondary AP ACS is started here
 	 * immediately, Primary AP start_bss may come inbetween ACS operation
-	 * and overwrite Sec AP ACS paramters. Thus Sec AP ACS is executed with
+	 * and overwrite Sec AP ACS parameters. Thus Sec AP ACS is executed with
 	 * delay. This path and below constraint will be removed on sessionizing
 	 * SAP acs parameters and decoupling SAP from PMAC (WIP).
 	 * As per design constraint user space control application must take
@@ -19965,7 +19965,7 @@ static int wlan_hdd_cfg80211_set_privacy_ibss(struct hdd_adapter *adapter,
 
 	if (params->privacy) {
 		/* Security enabled IBSS, At this time there is no information
-		 * available about the security paramters, so initialise the
+		 * available about the security parameters, so initialise the
 		 * encryption type to eCSR_ENCRYPT_TYPE_WEP40_STATICKEY.
 		 * The correct security parameters will be updated later in
 		 * wlan_hdd_cfg80211_add_key Hal expects encryption type to be

+ 1 - 1
core/hdd/src/wlan_hdd_hostapd.c

@@ -7130,7 +7130,7 @@ static void wlan_hdd_set_sap_hwmode(struct hdd_adapter *adapter)
  * @hdd_ctx: HDD context
  * @adapter: Adapter pointer
  *
- * This function get ACS related INI paramters and populated
+ * This function get ACS related INI parameters and populated
  * sap config and smeConfig for ACS needed configurations.
  *
  * Return: The QDF_STATUS code associated with performing the operation.

+ 1 - 1
core/mac/src/pe/lim/lim_process_message_queue.c

@@ -735,7 +735,7 @@ __lim_handle_beacon(tpAniSirGlobal pMac, struct scheduler_msg *pMsg,
  * @scan_entry: pointer to the scan cache entry of the beacon
  * @rx_pkt: pointer to the cds pkt allocated
  *
- * This API fills only the essential paramters in the Rx Pkt Meta which are
+ * This API fills only the essential parameters in the Rx Pkt Meta which are
  * required while converting the beacon frame to struct and while handling
  * the beacon for implementation of SAP protection mechanisms.
  *

+ 8 - 8
core/sme/src/csr/csr_api_roam.c

@@ -1996,7 +1996,7 @@ QDF_STATUS csr_get_tsm_stats(tpAniSirGlobal pMac,
 /**
  * csr_fetch_ch_lst_from_received_list() - fetch channel list from received list
  * and update req msg
- * paramters
+ * parameters
  * @mac_ctx:            global mac ctx
  * @roam_info:          roam info struct
  * @curr_ch_lst_info:   current channel list info
@@ -17815,7 +17815,7 @@ QDF_STATUS csr_roam_set_key_mgmt_offload(tpAniSirGlobal mac_ctx,
 
 /**
  * csr_update_roam_scan_offload_request() - updates req msg with roam offload
- * paramters
+ * parameters
  * @pMac:          mac global context
  * @req_buf:       out param, roam offload scan request packet
  * @session:       roam session
@@ -17868,7 +17868,7 @@ csr_update_roam_scan_offload_request(tpAniSirGlobal mac_ctx,
 #if defined(WLAN_FEATURE_HOST_ROAM) || defined(WLAN_FEATURE_ROAM_OFFLOAD)
 /**
  * csr_check_band_channel_match() - check if passed band and channel match
- * paramters
+ * parameters
  * @band:       band to match with channel
  * @channel:    channel to match with band
  *
@@ -17891,7 +17891,7 @@ csr_check_band_channel_match(enum band_info band, uint8_t channel)
 
 /**
  * csr_fetch_ch_lst_from_ini() - fetch channel list from ini and update req msg
- * paramters
+ * parameters
  * @mac_ctx:      global mac ctx
  * @roam_info:    roam info struct
  * @req_buf:      out param, roam offload scan request packet
@@ -17981,7 +17981,7 @@ csr_fetch_ch_lst_from_ini(tpAniSirGlobal mac_ctx,
 /**
  * csr_fetch_ch_lst_from_occupied_lst() - fetch channel list from occupied list
  * and update req msg
- * paramters
+ * parameters
  * @mac_ctx:      global mac ctx
  * @session_id:   session id
  * @reason:       reason to roam
@@ -18082,7 +18082,7 @@ csr_fetch_ch_lst_from_occupied_lst(tpAniSirGlobal mac_ctx,
 /**
  * csr_fetch_valid_ch_lst() - fetch channel list from valid channel list and
  * update req msg
- * paramters
+ * parameters
  * @mac_ctx:            global mac ctx
  * @req_buf:            out param, roam offload scan request packet
  *
@@ -18189,7 +18189,7 @@ csr_fetch_valid_ch_lst(tpAniSirGlobal mac_ctx,
 /**
  * csr_create_roam_scan_offload_request() - init roam offload scan request
  *
- * paramters
+ * parameters
  * @mac_ctx:      global mac ctx
  * @command:      roam scan offload command input
  * @session_id:   session id
@@ -19313,7 +19313,7 @@ uint8_t csr_get_roam_enabled_sta_sessionid(tpAniSirGlobal mac_ctx)
  * csr_roam_offload_scan() - populates roam offload scan request and sends to
  * WMA
  *
- * paramters
+ * parameters
  * @mac_ctx:      global mac ctx
  * @session_id:   session id
  * @command:      roam scan offload command input