Searched refs:chan_to_freq (Results 1 – 1 of 1) sorted by relevance
25 static const chan_to_freq_t chan_to_freq[] = { variable165 for (i = 0; i < (int)ARRAY_SIZE(chan_to_freq); i++) in channel_to_frequency()167 if (channel == chan_to_freq[i].channel && band == chan_to_freq[i].band) in channel_to_frequency()169 return chan_to_freq[i].freq; in channel_to_frequency()178 for (i = 0; i < (int)ARRAY_SIZE(chan_to_freq); i++) in freq_to_chan()180 if (freq == chan_to_freq[i].freq) in freq_to_chan()182 return chan_to_freq[i].channel; in freq_to_chan()