chan_fbin 1910 drivers/net/wireless/ath/ath5k/phy.c u16 spur_chan_fbin, chan_fbin, symbol_width, spur_detection_window; chan_fbin 1919 drivers/net/wireless/ath/ath5k/phy.c chan_fbin = (channel->center_freq - 2300) * 10; chan_fbin 1922 drivers/net/wireless/ath/ath5k/phy.c chan_fbin = (channel->center_freq - 4900) * 10; chan_fbin 1944 drivers/net/wireless/ath/ath5k/phy.c if ((chan_fbin - spur_detection_window <= chan_fbin 1946 drivers/net/wireless/ath/ath5k/phy.c (chan_fbin + spur_detection_window >= chan_fbin 1955 drivers/net/wireless/ath/ath5k/phy.c spur_offset = spur_chan_fbin - chan_fbin;