Home
last modified time | relevance | path

Searched refs:ar2413GetMinPower (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar2413.c603 ar2413GetMinPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2413 *data) in ar2413GetMinPower() function
671 *minPow = ar2413GetMinPower(ah, &data[0]); in ar2413GetChannelMaxMinPower()
675 *minPow = ar2413GetMinPower(ah, &data[numChannels - 1]); in ar2413GetChannelMaxMinPower()
688 totalMin = ar2413GetMinPower(ah, &data[i]) - ar2413GetMinPower(ah, &data[last]); in ar2413GetChannelMaxMinPower()
690 ar2413GetMinPower(ah, &data[last])*totalD)/totalD); in ar2413GetChannelMaxMinPower()
695 *minPow = ar2413GetMinPower(ah, &data[i]); in ar2413GetChannelMaxMinPower()