Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar2425.c586 ar2425GetMaxPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2413 *data) in ar2425GetMaxPower() function
636 *maxPow = ar2425GetMaxPower(ah, &data[0]); in ar2425GetChannelMaxMinPower()
640 *maxPow = ar2425GetMaxPower(ah, &data[numChannels - 1]); in ar2425GetChannelMaxMinPower()
651 totalF = ar2425GetMaxPower(ah, &data[i]) - ar2425GetMaxPower(ah, &data[last]); in ar2425GetChannelMaxMinPower()
653 ar2425GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2425GetChannelMaxMinPower()
660 *maxPow = ar2425GetMaxPower(ah, &data[i]); in ar2425GetChannelMaxMinPower()