Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athrd/
H A Dathrd.c1327 u_int16_t tempChannelList[NUM_EDGES]; in ar5212GetMaxEdgePower() local
1335 tempChannelList[i] = pRdEdgesPower[i].rdEdge; in ar5212GetMaxEdgePower()
1339 ar5212GetLowerUpperValues(channel, tempChannelList, in ar5212GetMaxEdgePower()
1342 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++) in ar5212GetMaxEdgePower()
1405 u_int16_t tempChannelList[NUM_TEST_FREQUENCIES]; in ar5212GetTargetPowers() local
1411 tempChannelList[i] = powInfo[i].testChannel; in ar5212GetTargetPowers()
1413 ar5212GetLowerUpperValues(chan->ic_freq, tempChannelList, in ar5212GetTargetPowers()
1419 if (clo == tempChannelList[i]) { in ar5212GetTargetPowers()
1422 if (chi == tempChannelList[i]) { in ar5212GetTargetPowers()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1510 uint16_t tempChannelList[NUM_EDGES]; /* temp array for holding edge channels */ in ar5211SetRateTable() local
1533 tempChannelList[i] = pRdEdgesPower[i].rdEdge; in ar5211SetRateTable()
1537 ar5211GetLowerUpperValues(freq, tempChannelList, in ar5211SetRateTable()
1541 if (lowerChannel == tempChannelList[i]) in ar5211SetRateTable()
1555 tempChannelList[i] = pPowerInfo[i].testChannel; in ar5211SetRateTable()
1557 ar5211GetLowerUpperValues(freq, tempChannelList, in ar5211SetRateTable()
1562 if (lowerChannel == tempChannelList[i]) in ar5211SetRateTable()
1564 if (upperChannel == tempChannelList[i]) { in ar5211SetRateTable()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2493 uint16_t tempChannelList[NUM_EDGES]; in ar5212GetMaxEdgePower() local
2501 tempChannelList[i] = pRdEdgesPower[i].rdEdge; in ar5212GetMaxEdgePower()
2505 ar5212GetLowerUpperValues(channel, tempChannelList, in ar5212GetMaxEdgePower()
2508 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++) in ar5212GetMaxEdgePower()
2572 uint16_t tempChannelList[NUM_TEST_FREQUENCIES]; in ar5212GetTargetPowers() local
2578 tempChannelList[i] = powInfo[i].testChannel; in ar5212GetTargetPowers()
2580 ar5212GetLowerUpperValues(freq, tempChannelList, in ar5212GetTargetPowers()
2586 if (clo == tempChannelList[i]) { in ar5212GetTargetPowers()
2589 if (chi == tempChannelList[i]) { in ar5212GetTargetPowers()