qcacmn: target_if: Fix misspellings

Fix misspellings in target_if/...

Change-Id: I405f4c709ffd70b1927970ebd51a215c49f6dc88
CRs-Fixed: 3304693
This commit is contained in:
Jeff Johnson
2022-09-30 15:14:28 -07:00
committed by Madan Koyyalamudi
parent 5b2be63430
commit c359185095
13 changed files with 46 additions and 44 deletions

View File

@@ -1042,11 +1042,11 @@ target_if_log_read_spectral_params(
/**
* target_if_log_read_spectral_active_catch_validate() - Helper function to
* log whether spectral is active after intializing the cache
* log whether spectral is active after initializing the cache
* @function_name: Function name
* @output: whether spectral is active or not
*
* Helper function to log whether spectral is active after intializing cache
* Helper function to log whether spectral is active after initializing cache
*
* Return: none
*/
@@ -1061,11 +1061,11 @@ target_if_log_read_spectral_active_catch_validate(
/**
* target_if_log_read_spectral_enabled_catch_validate() - Helper function to
* log whether spectral is enabled after intializing the cache
* log whether spectral is enabled after initializing the cache
* @function_name: Function name
* @output: whether spectral is enabled or not
*
* Helper function to log whether spectral is enabled after intializing cache
* Helper function to log whether spectral is enabled after initializing cache
*
* Return: none
*/
@@ -1080,11 +1080,11 @@ target_if_log_read_spectral_enabled_catch_validate(
/**
* target_if_log_read_spectral_params_catch_validate() - Helper function to
* log spectral parameters after intializing the cache
* log spectral parameters after initializing the cache
* @function_name: Function name
* @pparam: Spectral parameters
*
* Helper function to log spectral parameters after intializing the cache
* Helper function to log spectral parameters after initializing the cache
*
* Return: none
*/
@@ -3386,7 +3386,7 @@ struct target_if_sscan_pdev_phy_info {
/**
* target_if_find_sscan_pdev_phya1() - This is an iterator function to
* wlan_objmgr_iterate_obj_list(). It checks whether a given sscan_pdev (pdev on
* which sscan is currenly issued) is using PHYA1 by comparing against the pdev
* which sscan is currently issued) is using PHYA1 by comparing against the pdev
* argument given by the wlan_objmgr_iterate_obj_list()
* @psoc: Pointer to psoc
* @object: Pointer to pdev
@@ -3636,11 +3636,11 @@ target_if_pdev_spectral_init(struct wlan_objmgr_pdev *pdev)
if (p_sops->get_capability(spectral, SPECTRAL_CAP_PHYDIAG))
spectral_info("HAL_CAP_PHYDIAG : Capable");
/* TODO: Need to fix the capablity check for RADAR */
/* TODO: Need to fix the capability check for RADAR */
if (p_sops->get_capability(spectral, SPECTRAL_CAP_RADAR))
spectral_info("HAL_CAP_RADAR : Capable");
/* TODO : Need to fix the capablity check for SPECTRAL */
/* TODO : Need to fix the capability check for SPECTRAL */
/* TODO : Should this be called here of after ath_attach ? */
if (p_sops->get_capability(spectral, SPECTRAL_CAP_SPECTRAL_SCAN))
spectral_info("HAL_CAP_SPECTRAL_SCAN : Capable");
@@ -7382,7 +7382,7 @@ target_if_spectral_get_psoc_from_scn_handle(ol_scn_t scn)
* function to extract channel information for a spectral scan session
* @psoc: Pointer to psoc object
* @evt_buf: Event buffer
* @chan_info: Spectral session channel information data structure to be fille
* @chan_info: Spectral session channel information data structure to be filled
* by this API
*
* Return: QDF_STATUS of operation

View File

@@ -140,7 +140,7 @@
#define TLV_TAG_SEARCH_FFT_REPORT_GEN2 0xFB
/**
* The Maximum number of detector informations to be filled in the SAMP msg
* The Maximum number of detector information to be filled in the SAMP msg
* is 3, only for 165MHz case. For all other cases this value will be 1.
*/
#define MAX_NUM_DEST_DETECTOR_INFO (3)
@@ -386,7 +386,7 @@ struct spectral_process_phyerr_info_gen2 {
/**
* struct phyerr_info - spectral search fft report for gen3
* @data: handle to phyerror buffer
* @datalen: length of phyerror bufer
* @datalen: length of phyerror buffer
* @p_rfqual: rf quality matrices
* @p_chaninfo: pointer to chaninfo
* @tsf64: 64 bit TSF
@@ -1060,7 +1060,7 @@ struct per_session_dest_det_info {
/**
* struct per_session_det_map - A map of per-session detector information,
* keyed by the detector id obtained from the Spectral FFT report, mapping to
* detination detector info in SAMP message.
* destination detector info in SAMP message.
* @dest_det_info: Struct containing per-session detector information
* @num_dest_det_info: Number of destination detectors to which information
* of this detector is to be filled
@@ -1190,7 +1190,7 @@ int get_supported_sscan_bw_pos(enum phy_ch_width sscan_bw);
* @send_single_packet: Deprecated
* @spectral_sent_msg: Indicates whether we send report to upper layers
* @params: Spectral parameters
* @last_capture_time: Indicates timestamp of previouse report
* @last_capture_time: Indicates timestamp of previous report
* @num_spectral_data: Number of Spectral samples received in current session
* @total_spectral_data: Total number of Spectral samples received
* @max_rssi: Maximum RSSI
@@ -1497,7 +1497,7 @@ struct target_if_samp_msg_params {
* @freq_loading: spectral control duty cycles
* @noise_floor: current noise floor (except for secondary 80 segment)
* @noise_floor_sec80: current noise floor for secondary 80 segment
* @interf_list: List of interfernce sources
* @interf_list: List of interference sources
* @classifier_params: classifier parameters
* @sc: classifier parameters
* @pri80ind: Indication from hardware that the sample was received on the

View File

@@ -355,7 +355,7 @@ target_if_dump_summary_report_gen2(struct spectral_phyerr_tlv_gen2 *ptlv,
*/
/*
* For easy comparision between MDK team and OS team, the MDK script
* For easy comparison between MDK team and OS team, the MDK script
* variable names have been used
*/
@@ -499,7 +499,7 @@ target_if_process_sfft_report_gen2(
* Proper code will later use the right sizes.
*/
/*
* For easy comparision between MDK team and OS team, the MDK script
* For easy comparison between MDK team and OS team, the MDK script
* variable names have been used
*/
uint32_t relpwr_db;
@@ -714,7 +714,7 @@ target_if_dump_sfft_report_gen2(struct spectral_phyerr_tlv_gen2 *ptlv,
* Proper code will later use the right sizes.
*/
/*
* For easy comparision between MDK team and OS team, the MDK script
* For easy comparison between MDK team and OS team, the MDK script
* variable names have been used
*/
uint32_t relpwr_db;
@@ -2363,7 +2363,7 @@ target_if_process_sfft_report_gen3(
* Proper code will later use the right sizes.
*/
/*
* For easy comparision between MDK team and OS team, the MDK script
* For easy comparison between MDK team and OS team, the MDK script
* variable names have been used
*/
@@ -3158,7 +3158,7 @@ target_if_process_sfft_report_gen3(
}
/*
* For easy comparision between MDK team and OS team, the MDK script
* For easy comparison between MDK team and OS team, the MDK script
* variable names have been used
*/
@@ -3368,7 +3368,7 @@ target_if_spectral_populate_samp_params_gen3(
return QDF_STATUS_E_NULL_VALUE;
}
/* RSSI is in 1/2 dBm steps, Covert it to dBm scale */
/* RSSI is in 1/2 dBm steps, Convert it to dBm scale */
params->rssi = (sscan_fields->inband_pwr_db) >> 1;
params->hw_detector_id = p_sfft->fft_detector_id;
@@ -3715,7 +3715,7 @@ target_if_consume_spectral_report_gen3(
params.vhtop_ch_freq_seg2 = report->cfreq2;
if (is_primaryseg_expected(spectral, spectral_mode)) {
/* RSSI is in 1/2 dBm steps, Covert it to dBm scale */
/* RSSI is in 1/2 dBm steps, Convert it to dBm scale */
rssi = (sscan_report_fields.inband_pwr_db) >> 1;
params.agc_total_gain =
sscan_report_fields.sscan_agc_total_gain;
@@ -3893,7 +3893,7 @@ target_if_consume_spectral_report_gen3(
target_if_spectral_verify_ts(spectral, report->data,
params.tstamp);
} else if (is_secondaryseg_expected(spectral, spectral_mode)) {
/* RSSI is in 1/2 dBm steps, Covert it to dBm scale */
/* RSSI is in 1/2 dBm steps, Convert it to dBm scale */
rssi = (sscan_report_fields.inband_pwr_db) >> 1;
params.agc_total_gain_sec80 =
sscan_report_fields.sscan_agc_total_gain;