Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/ !
H A Ddfs_fcc_bin5.c350 int ctl_high0 = 0, ctl_low0 = 0, ctl_slope0 = 0; in dfs_check_chirping_sowl() local
400 ctl_slope0 = ctl_high0 - ctl_low0; in dfs_check_chirping_sowl()
401 if (ctl_slope0 < 0) in dfs_check_chirping_sowl()
402 ctl_slope0 *= (-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()