Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dphy.c1907 u16 spur_chan_fbin, chan_fbin, symbol_width, spur_detection_window; in ath5k_hw_set_spur_mitigation_filter() local
1916 chan_fbin = (channel->center_freq - 2300) * 10; in ath5k_hw_set_spur_mitigation_filter()
1919 chan_fbin = (channel->center_freq - 4900) * 10; in ath5k_hw_set_spur_mitigation_filter()
1941 if ((chan_fbin - spur_detection_window <= in ath5k_hw_set_spur_mitigation_filter()
1943 (chan_fbin + spur_detection_window >= in ath5k_hw_set_spur_mitigation_filter()
1952 spur_offset = spur_chan_fbin - chan_fbin; in ath5k_hw_set_spur_mitigation_filter()