Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5413.c646 ar5413GetMinPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2413 *data) in ar5413GetMinPower() function
716 *minPow = ar5413GetMinPower(ah, &data[0]); in ar5413GetChannelMaxMinPower()
720 *minPow = ar5413GetMinPower(ah, &data[numChannels - 1]); in ar5413GetChannelMaxMinPower()
733 totalMin = ar5413GetMinPower(ah, &data[i]) - ar5413GetMinPower(ah, &data[last]); in ar5413GetChannelMaxMinPower()
735 ar5413GetMinPower(ah, &data[last])*totalD)/totalD); in ar5413GetChannelMaxMinPower()
740 *minPow = ar5413GetMinPower(ah, &data[i]); in ar5413GetChannelMaxMinPower()