Home
last modified time | relevance | path

Searched refs:spur_detection_window (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dphy.c1910 u16 spur_chan_fbin, chan_fbin, symbol_width, spur_detection_window; in ath5k_hw_set_spur_mitigation_filter() local
1929 spur_detection_window = AR5K_SPUR_CHAN_WIDTH; in ath5k_hw_set_spur_mitigation_filter()
1932 spur_detection_window *= 2; in ath5k_hw_set_spur_mitigation_filter()
1944 if ((chan_fbin - spur_detection_window <= in ath5k_hw_set_spur_mitigation_filter()
1946 (chan_fbin + spur_detection_window >= in ath5k_hw_set_spur_mitigation_filter()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds