Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_misc.c42 if (ext_chan_busy > DFS_EXT_CHAN_LOADING_THRESH) { in dfs_adjust_pri_per_chan_busy()
43 adjust_pri = ((ext_chan_busy - DFS_EXT_CHAN_LOADING_THRESH) * in dfs_adjust_pri_per_chan_busy()
65 if (ext_chan_busy > DFS_EXT_CHAN_LOADING_THRESH) { in dfs_adjust_thresh_per_chan_busy()
66 adjust_thresh = ((ext_chan_busy - DFS_EXT_CHAN_LOADING_THRESH) * in dfs_adjust_thresh_per_chan_busy()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs.h155 #define DFS_EXT_CHAN_LOADING_THRESH 30 macro