qcacmn: umac: Fix misspellings
Address the following issues in the umac folder: CHECK: 'defintions' may be misspelled - perhaps 'definitions'? CHECK: 'destory' may be misspelled - perhaps 'destroy'? CHECK: 'faild' may be misspelled - perhaps 'failed'? CHECK: 'initilization' may be misspelled - perhaps 'initialization'? CHECK: 'managment' may be misspelled - perhaps 'management'? CHECK: 'muticast' may be misspelled - perhaps 'multicast'? CHECK: 'ouput' may be misspelled - perhaps 'output'? CHECK: 'segement' may be misspelled - perhaps 'segment'? CHECK: 'successfull' may be misspelled - perhaps 'successful'? CHECK: 'untill' may be misspelled - perhaps 'until'? Change-Id: If60c276c134ef10ce6be26cd5a4036d53d5724b6 CRs-Fixed: 2241586
Tento commit je obsažen v:
@@ -121,7 +121,7 @@ int dfs_attach(struct wlan_dfs *dfs)
|
||||
|
||||
/*
|
||||
* Init of timer ,dfs_testtimer_task is required by both partial
|
||||
* and full offload, indicating test mode timer initilization for both.
|
||||
* and full offload, indicating test mode timer initialization for both.
|
||||
*/
|
||||
dfs_main_task_testtimer_init(dfs);
|
||||
return 0;
|
||||
|
@@ -1154,7 +1154,7 @@ static uint8_t dfs_find_ch_with_fallback(
|
||||
/* reset channels associate with primary 80Mhz */
|
||||
for (i = 0; i < DFS_80_NUM_SUB_CHANNEL; i++)
|
||||
final_lst[i + index] = 0;
|
||||
/* select and calculate center freq for secondary segement */
|
||||
/* select and calculate center freq for secondary segment */
|
||||
for (i = 0; i < final_cnt / DFS_80_NUM_SUB_CHANNEL; i++) {
|
||||
if (final_lst[i * DFS_80_NUM_SUB_CHANNEL] &&
|
||||
(abs(primary_seg_start_ch -
|
||||
@@ -1241,7 +1241,7 @@ static bool dfs_freq_is_in_nol(struct wlan_dfs *dfs, uint32_t freq)
|
||||
* dfs_apply_rules()- prepare channel list based on flags
|
||||
* @dfs: dfs handler
|
||||
* @flags: channel flags
|
||||
* @random_chan_list: ouput channel list
|
||||
* @random_chan_list: output channel list
|
||||
* @random_chan_cnt: output channel count
|
||||
* @ch_list: input channel list
|
||||
* @ch_cnt: input channel count
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele