Home
last modified time | relevance | path

Searched refs:chan_wd (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs_random_chan_sel.c1164 uint16_t *chan_wd, in dfs_find_ch_with_fallback_for_freq() argument
1196 *chan_wd, final_lst); in dfs_find_ch_with_fallback_for_freq()
1200 if ((*chan_wd == DFS_CH_WIDTH_320MHZ) || in dfs_find_ch_with_fallback_for_freq()
1201 (*chan_wd == DFS_CH_WIDTH_160MHZ) || in dfs_find_ch_with_fallback_for_freq()
1202 (*chan_wd == DFS_CH_WIDTH_80P80MHZ) || in dfs_find_ch_with_fallback_for_freq()
1203 (*chan_wd == DFS_CH_WIDTH_80MHZ)) { in dfs_find_ch_with_fallback_for_freq()
1205 "from [%d] to 40Mhz", *chan_wd); in dfs_find_ch_with_fallback_for_freq()
1206 *chan_wd = DFS_CH_WIDTH_40MHZ; in dfs_find_ch_with_fallback_for_freq()
1207 } else if (*chan_wd == DFS_CH_WIDTH_40MHZ) { in dfs_find_ch_with_fallback_for_freq()
1210 *chan_wd = DFS_CH_WIDTH_20MHZ; in dfs_find_ch_with_fallback_for_freq()
[all …]