qcacld-3.0: components: wmi: Fix misspellings

Fix misspellings in components/wmi/...

Change-Id: I4ace2ae7bca8082dc9e8fd1d9e7c2bf0fed616ac
CRs-Fixed: 3303631
This commit is contained in:
Jeff Johnson
2022-09-29 14:21:37 -07:00
committed by Madan Koyyalamudi
parent 09ce6ae175
commit 40bb864498

View File

@@ -165,7 +165,7 @@ void wmi_rssi_monitor_attach_tlv(struct wmi_unified *wmi_handle)
/** /**
* send_roam_scan_offload_rssi_thresh_cmd_tlv() - set scan offload * send_roam_scan_offload_rssi_thresh_cmd_tlv() - set scan offload
* rssi threashold * rssi threshold
* @wmi_handle: wmi handle * @wmi_handle: wmi handle
* @roam_req: Roaming request buffer * @roam_req: Roaming request buffer
* *
@@ -375,7 +375,7 @@ send_roam_scan_offload_scan_period_cmd_tlv(
param->roam_inactive_data_packet_count; param->roam_inactive_data_packet_count;
scan_period_fp->roam_scan_period_after_inactivity = scan_period_fp->roam_scan_period_after_inactivity =
param->roam_scan_period_after_inactivity; param->roam_scan_period_after_inactivity;
/* Firmware expects the full scan preriod in msec whereas host /* Firmware expects the full scan period in msec whereas host
* provides the same in seconds. * provides the same in seconds.
* Convert it to msec and send to firmware * Convert it to msec and send to firmware
*/ */
@@ -5271,7 +5271,7 @@ static QDF_STATUS send_btm_config_cmd_tlv(wmi_unified_t wmi_handle,
/** /**
* send_roam_bss_load_config_tlv() - send roam load bss trigger configuration * send_roam_bss_load_config_tlv() - send roam load bss trigger configuration
* @wmi_handle: wmi handle * @wmi_handle: wmi handle
* @parms: pointer to wlan_roam_bss_load_config * @params: pointer to wlan_roam_bss_load_config
* *
* This function sends the roam load bss trigger configuration to fw. * This function sends the roam load bss trigger configuration to fw.
* the bss_load_threshold parameter is used to configure the maximum * the bss_load_threshold parameter is used to configure the maximum