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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Deeprom.c19 static inline u16 ath9k_hw_fbin2freq(u8 fbin, bool is2GHz) function
140 if (freq <= ath9k_hw_fbin2freq(powInfo[0].bChannel,
146 if (freq == ath9k_hw_fbin2freq(powInfo[i].bChannel,
150 } else if (freq < ath9k_hw_fbin2freq(powInfo[i].bChannel,
152 freq > ath9k_hw_fbin2freq(powInfo[i - 1].bChannel,
165 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel,
167 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel,
195 if (freq <= ath9k_hw_fbin2freq(powInfo[0].bChannel, IS_CHAN_2GHZ(chan))) {
200 if (freq == ath9k_hw_fbin2freq(powInfo[i].bChannel,
205 if (freq < ath9k_hw_fbin2freq(powInf
[all...]
H A Dar9003_eeprom.c631 static u16 ath9k_hw_fbin2freq(u8 fbin, bool is2GHz) function
1851 if (ath9k_hw_fbin2freq(ctl_freqbin[edge - 1], 1) < freq &&
1855 if (ath9k_hw_fbin2freq(ctl_freqbin[edge - 1], 0) < freq &&
1885 if (freq == ath9k_hw_fbin2freq(ctl_freqbin[edge], is2GHz)) {
1891 (freq < ath9k_hw_fbin2freq(ctl_freqbin[edge],

Completed in 43 milliseconds