Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_fcc_bin5.c352 int ctl_high1 = 0, ctl_low1 = 0, ctl_slope1 = 0; in dfs_check_chirping_sowl() local
404 ctl_slope1 = ctl_high1 - ctl_low1; in dfs_check_chirping_sowl()
405 if (ctl_slope1 < 0) in dfs_check_chirping_sowl()
406 ctl_slope1 *= (-1); in dfs_check_chirping_sowl()
409 ((ctl_slope0 > ctl_slope1) ? ctl_slope0 : ctl_slope1); in dfs_check_chirping_sowl()
414 ctl_slope0, ctl_slope1, ctl_slope); in dfs_check_chirping_sowl()