Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_partial_offload_radar.c446 DFS_MIN(rinfo->dfs_radars[i].rp_rssithresh, in dfs_set_adrastea_rf_thrshold()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs.h107 #define DFS_MIN(a, b) ((a) < (b)?(a):(b)) macro
109 #define DFS_DIFF(a, b)(DFS_MAX(a, b) - DFS_MIN(a, b))