Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c619 if ((ackTpcPow-ahp->ah_txPowerIndexOffset) > ichan->maxTxPower) in ar5212Reset()
620 ackTpcPow = ichan->maxTxPower+ahp->ah_txPowerIndexOffset; in ar5212Reset()
627 if ((ctsTpcPow-ahp->ah_txPowerIndexOffset) > ichan->maxTxPower) in ar5212Reset()
628 ctsTpcPow = ichan->maxTxPower+ahp->ah_txPowerIndexOffset; in ar5212Reset()
635 if ((chirpTpcPow-ahp->ah_txPowerIndexOffset) > ichan->maxTxPower) in ar5212Reset()
636 chirpTpcPow = ichan->maxTxPower+ahp->ah_txPowerIndexOffset; in ar5212Reset()
677 chan->maxTxPower = ichan->maxTxPower; in ar5212Reset()
798 chan->maxTxPower = ichan->maxTxPower; in ar5212ChannelChange()
2230 chan->maxTxPower = maxPower / 2; in ar5212GetChipPowerLimits()
2236 chan->maxTxPower = MAX_RATE_POWER; in ar5212GetChipPowerLimits()
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_reset.c146 ichan->channel, ichan->maxTxPower, ichan->minTxPower); in ar5416Reset()
368 chan->maxTxPower = ichan->maxTxPower; in ar5416Reset()
473 chan->maxTxPower = ichan->maxTxPower;
805 chan->maxTxPower = maxPower / 2; in ar5416GetChipPowerLimits()
811 chan->maxTxPower = AR5416_MAX_RATE_POWER; in ar5416GetChipPowerLimits()
819 chans[i].channel,chans[i].maxTxPower, chans[i].minTxPower); in ar5416GetChipPowerLimits()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_attach.c332 chan->maxTxPower = AR5210_MAX_RATE_POWER; in ar5210GetChipPowerLimits()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_attach.c453 chan->maxTxPower = MAX_RATE_POWER; in ar5211GetChipPowerLimits()
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah.h398 int8_t maxTxPower; /* max true tx power in 0.5 dBm */ member
H A Dah_internal.h135 int8_t maxTxPower; member
H A Dah_regdomain.c2683 ichans[i].maxTxPower = chans[i].maxTxPower; in ath_hal_init_channels()