Searched defs:chan_fbin (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/ath/ath5k/
H A Dphy.c1914 u16 spur_chan_fbin, chan_fbin, symbol_width, spur_detection_window; local
1923 chan_fbin = (channel->center_freq - 2300) * 10;
1926 chan_fbin = (channel->center_freq - 4900) * 10;
1948 if ((chan_fbin - spur_detection_window <=
1950 (chan_fbin + spur_detection_window >=
1959 spur_offset = spur_chan_fbin - chan_fbin;

Completed in 41 milliseconds