Home
last modified time | relevance | path

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

/dflybsd-src/tools/tools/ath/athrd/
H A Dathrd.c788 int16_t tpcScaleReduction, int16_t powerLimit,
794 int16_t tpcScaleReduction, int16_t powerLimit, int16_t *txpow) in calctxpower() argument
801 tpcScaleReduction, powerLimit, &minpow, &txpow[i])) { in calctxpower()
1472 int16_t tpcScaleReduction, int16_t powerLimit, in setRateTable() argument
1562 scaledPower -= (tpcScaleReduction * 2); in setRateTable()
1598 twiceMaxEdgePower, tpcScaleReduction * 2); in setRateTable()
1610 scaledPower -= (tpcScaleReduction * 2); in setRateTable()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_reset.c49 const struct ieee80211_channel *, int16_t tpcScaleReduction,
2135 int16_t tpcScaleReduction, int16_t powerLimit, HAL_BOOL commit, in ar5212SetRateTable() argument
2262 scaledPower = maxAvailPower - (tpcScaleReduction * 2); in ar5212SetRateTable()
2296 twiceMaxEdgePower, tpcScaleReduction * 2, in ar5212SetRateTable()
2313 scaledPower = AH_MIN(scaledPower, targetPowerCck.twicePwr6_24) - (tpcScaleReduction * 2); in ar5212SetRateTable()
2341 tpcScaleReduction * 2, chan->ic_freq, chan->ic_flags, in ar5212SetRateTable()