qcacmn: umac: dfs: Fix misspellings

Fix misspellings in umac/dfs/...

Change-Id: Icda5ab395b83ab28fa8455a08514823b971b27a6
CRs-Fixed: 3304697
This commit is contained in:
Jeff Johnson
2022-09-30 15:18:03 -07:00
committed by Madan Koyyalamudi
parent a3e3334d61
commit 069b0bbcd9
14 changed files with 30 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2011, 2016-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2010, Atheros Communications Inc.
* All Rights Reserved.
*
@@ -204,7 +205,7 @@ struct dfs_bangradar_params {
/* Flag to enable Reduced BW Agile DFS */
#define DFS_RANDOM_CH_FLAG_ENABLE_REDUCED_BW 0x0080 /* 0000 0000 1000 0000 */
/* Flag to exclude Japan W53 channnels */
/* Flag to exclude Japan W53 channels */
#define DFS_RANDOM_CH_FLAG_NO_JAPAN_W53_CH 0x0100 /* 0000 0001 0000 0000 */
/* Restricted 80P80 MHz is enabled */

View File

@@ -218,7 +218,7 @@ QDF_STATUS tgt_dfs_process_phyerr(struct wlan_objmgr_pdev *pdev,
r_ext_rssi, r_rs_tstamp, r_fulltsf);
else
dfs_info(dfs, WLAN_DEBUG_DFS_ALWAYS,
"Unexpect phyerror as DFS is offloaded, pdev_id: %d",
"Unexpected phyerror as DFS is offloaded, pdev_id: %d",
wlan_objmgr_pdev_get_pdev_id(pdev));
return QDF_STATUS_SUCCESS;
@@ -242,7 +242,7 @@ QDF_STATUS tgt_dfs_process_phyerr_filter_offload(struct wlan_objmgr_pdev *pdev,
dfs_process_phyerr_filter_offload(dfs, wlan_radar_event);
else
dfs_info(dfs, WLAN_DEBUG_DFS_ALWAYS,
"Unexpect phyerror as DFS is offloaded, pdev_id: %d",
"Unexpected phyerror as DFS is offloaded, pdev_id: %d",
wlan_objmgr_pdev_get_pdev_id(pdev));
return QDF_STATUS_SUCCESS;

View File

@@ -1547,7 +1547,7 @@ QDF_STATUS utils_dfs_get_chan_dfs_state(struct wlan_objmgr_pdev *pdev,
qdf_export_symbol(utils_dfs_get_chan_dfs_state);
/**
* convert_event_to_state() - Coverts the dfs events WLAN_DFS_EVENTS to dfs
* convert_event_to_state() - Converts the dfs events WLAN_DFS_EVENTS to dfs
* states channel_dfs_state.
* @event: Input DFS event.
* @state: Output DFS state.