Searched refs:bChannel (Results 1 - 4 of 4) 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.c140 if (freq <= ath9k_hw_fbin2freq(powInfo[0].bChannel,
145 (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) {
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))) {
199 (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) {
200 if (freq == ath9k_hw_fbin2freq(powInfo[i].bChannel,
[all...]
H A Deeprom.h530 u8 bChannel; member in struct:cal_target_power_leg
535 u8 bChannel; member in struct:cal_target_power_ht
540 u8 bChannel; member in struct:cal_ctl_edges
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.h364 A_UINT8 bChannel; member in struct:CalTargetPowerLegacy
369 A_UINT8 bChannel; member in struct:CalTargetPowerHt
375 A_UINT8 bChannel; member in struct:CalCtlEdges
381 A_UINT8 bChannel; member in struct:CalCtlEdges
H A Dhpmain.c2853 for (i = 0; (i < AR5416_NUM_BAND_EDGES) && (pCtlEdges[i].bChannel != AR5416_BCHAN_UNUSED) ; i++)
2859 if (freq == fbin2freq(pCtlEdges[i].bChannel, is2GHz))
2867 else if ((i > 0) && (freq < fbin2freq(pCtlEdges[i].bChannel, is2GHz)))
2869 if (fbin2freq(pCtlEdges[i - 1].bChannel, is2GHz) < freq && pCtlEdges[i - 1].flag)
2884 if (freq > fbin2freq(pCtlEdges[i - 1].bChannel, is2GHz) && pCtlEdges[i - 1].flag)
2944 for (i = 0; (i < AR5416_NUM_BAND_EDGES) && (pCtlEdges[i].bChannel != AR5416_BCHAN_UNUSED) ; i++)
2946 if (freq == fbin2freq(pCtlEdges[i].bChannel, is2GHz))
3306 if (eepromImage->calTargetPowerCck[i].bChannel != 0xff)
3308 fbinArray[i] = eepromImage->calTargetPowerCck[i].bChannel;
3323 eepromImage->calTargetPowerCck[index].bChannel,
[all...]

Completed in 71 milliseconds