Home
last modified time | relevance | path

Searched refs:spur_detection_window (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
1926 spur_detection_window = AR5K_SPUR_CHAN_WIDTH; in ath5k_hw_set_spur_mitigation_filter()
1929 spur_detection_window *= 2; 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()