Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar2425.c568 ar2425GetMinPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2413 *data) in ar2425GetMinPower() function
637 *minPow = ar2425GetMinPower(ah, &data[0]); in ar2425GetChannelMaxMinPower()
641 *minPow = ar2425GetMinPower(ah, &data[numChannels - 1]); in ar2425GetChannelMaxMinPower()
654 totalMin = ar2425GetMinPower(ah, &data[i]) - ar2425GetMinPower(ah, &data[last]); in ar2425GetChannelMaxMinPower()
656 ar2425GetMinPower(ah, &data[last])*totalD)/totalD); in ar2425GetChannelMaxMinPower()
661 *minPow = ar2425GetMinPower(ah, &data[i]); in ar2425GetChannelMaxMinPower()