Searched refs:tpcScaleReduction (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/tools/tools/ath/athrd/ |
H A D | athrd.c | 788 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 D | ar5212_reset.c | 49 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()
|