Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athpow/
H A Dathpow.c139 int i, halfRates = n/2; in printPcdacTable() local
141 for (i = 0; i < halfRates; i += 2) in printPcdacTable()
156 int i, halfRates = n/2; in printPowerPerRate() local
158 for (i = 0; i < halfRates; i++) in printPowerPerRate()
162 rateString[i + halfRates], in printPowerPerRate()
163 ratesArray[i + halfRates]/2, in printPowerPerRate()
164 (ratesArray[i + halfRates] %2) *5); in printPowerPerRate()