Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_reset.c125 int8_t twiceAntennaGain, twiceAntennaReduction; in ar5212Reset() local
610 twiceAntennaReduction = in ar5212Reset()
619 if (ackTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction)) in ar5212Reset()
620 ackTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction) in ar5212Reset()
627 if (ctsTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction)) in ar5212Reset()
628 ctsTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction) in ar5212Reset()
635 if (chirpTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction)) in ar5212Reset()
636 chirpTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction) in ar5212Reset()
1998 int8_t twiceAntennaGain, twiceAntennaReduction; in ar5212SetRateTable() local
2063 twiceAntennaReduction = in ar5212SetRateTable()
[all …]
/freebsd-9-stable/sys/dev/ath/ath_hal/ar9002/
Dar9287_reset.c343 uint16_t twiceAntennaReduction; in ar9287SetTransmitPower() local
353 twiceAntennaReduction = chan->ic_maxantgain; in ar9287SetTransmitPower()
365 twiceAntennaReduction, in ar9287SetTransmitPower()
Dar9285_reset.c86 uint16_t twiceAntennaReduction; in ar9285SetTransmitPower() local
98 twiceAntennaReduction = chan->ic_maxantgain; in ar9285SetTransmitPower()
110 twiceAntennaReduction, in ar9285SetTransmitPower()
/freebsd-9-stable/tools/tools/ath/athrd/
Dathrd.c1479 int8_t twiceAntennaGain, twiceAntennaReduction; in setRateTable() local
1516 twiceAntennaReduction = in setRateTable()
1533 twiceMaxRDPower - twiceAntennaReduction); in setRateTable()
1609 twiceMaxRDPower - twiceAntennaReduction); in setRateTable()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_reset.c1516 int8_t twiceAntennaGain, twiceAntennaReduction = 0; in ar5211SetRateTable() local
1527 twiceAntennaReduction = ath_hal_getantennareduction(ah, chan, twiceAntennaGain); in ar5211SetRateTable()
1634 pRatesPower[i] = AH_MIN(twicePower, twiceMaxRDPower - twiceAntennaReduction); in ar5211SetRateTable()
1660 twiceAntennaReduction / 2); in ar5211SetRateTable()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_reset.c986 uint16_t twiceAntennaReduction; in ar5416SetTransmitPower() local
998 twiceAntennaReduction = chan->ic_maxantgain; in ar5416SetTransmitPower()
1010 twiceAntennaReduction, in ar5416SetTransmitPower()