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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c883 struct cal_target_power_leg *powInfo,
897 if (freq <= ath9k_hw_fbin2freq(powInfo[0].bChannel,
902 (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) {
903 if (freq == ath9k_hw_fbin2freq(powInfo[i].bChannel,
908 ath9k_hw_fbin2freq(powInfo[i].bChannel,
910 (freq > ath9k_hw_fbin2freq(powInfo[i - 1].bChannel,
921 *pNewPower = powInfo[matchIndex];
923 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel,
925 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel,
931 powInfo[lowInde
881 ath9k_hw_get_legacy_target_powers(struct ath_hal *ah, struct ath9k_channel *chan, struct cal_target_power_leg *powInfo, uint16_t numChannels, struct cal_target_power_leg *pNewPower, uint16_t numRates, boolean_t isExtTarget) argument
938 ath9k_hw_get_target_powers(struct ath_hal *ah, struct ath9k_channel *chan, struct cal_target_power_ht *powInfo, uint16_t numChannels, struct cal_target_power_ht *pNewPower, uint16_t numRates, boolean_t isHt40Target) argument
[all...]

Completed in 63 milliseconds