Searched refs:tempChannelList (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/tools/tools/ath/athrd/ |
| H A D | athrd.c | 1329 u_int16_t tempChannelList[NUM_EDGES]; in ar5212GetMaxEdgePower() local 1337 tempChannelList[i] = pRdEdgesPower[i].rdEdge; in ar5212GetMaxEdgePower() 1341 ar5212GetLowerUpperValues(channel, tempChannelList, in ar5212GetMaxEdgePower() 1344 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++) in ar5212GetMaxEdgePower() 1407 u_int16_t tempChannelList[NUM_TEST_FREQUENCIES]; in ar5212GetTargetPowers() local 1413 tempChannelList[i] = powInfo[i].testChannel; in ar5212GetTargetPowers() 1415 ar5212GetLowerUpperValues(chan->ic_freq, tempChannelList, in ar5212GetTargetPowers() 1421 if (clo == tempChannelList[i]) { in ar5212GetTargetPowers() 1424 if (chi == tempChannelList[i]) { in ar5212GetTargetPowers()
|
| /freebsd-13.1/sys/dev/ath/ath_hal/ar5211/ |
| H A D | ar5211_reset.c | 1512 uint16_t tempChannelList[NUM_EDGES]; /* temp array for holding edge channels */ in ar5211SetRateTable() local 1535 tempChannelList[i] = pRdEdgesPower[i].rdEdge; in ar5211SetRateTable() 1539 ar5211GetLowerUpperValues(freq, tempChannelList, in ar5211SetRateTable() 1543 if (lowerChannel == tempChannelList[i]) in ar5211SetRateTable() 1557 tempChannelList[i] = pPowerInfo[i].testChannel; in ar5211SetRateTable() 1559 ar5211GetLowerUpperValues(freq, tempChannelList, in ar5211SetRateTable() 1564 if (lowerChannel == tempChannelList[i]) in ar5211SetRateTable() 1566 if (upperChannel == tempChannelList[i]) { in ar5211SetRateTable()
|
| /freebsd-13.1/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212_reset.c | 2495 uint16_t tempChannelList[NUM_EDGES]; in ar5212GetMaxEdgePower() local 2503 tempChannelList[i] = pRdEdgesPower[i].rdEdge; in ar5212GetMaxEdgePower() 2507 ar5212GetLowerUpperValues(channel, tempChannelList, in ar5212GetMaxEdgePower() 2510 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++) in ar5212GetMaxEdgePower() 2574 uint16_t tempChannelList[NUM_TEST_FREQUENCIES]; in ar5212GetTargetPowers() local 2580 tempChannelList[i] = powInfo[i].testChannel; in ar5212GetTargetPowers() 2582 ar5212GetLowerUpperValues(freq, tempChannelList, in ar5212GetTargetPowers() 2588 if (clo == tempChannelList[i]) { in ar5212GetTargetPowers() 2591 if (chi == tempChannelList[i]) { in ar5212GetTargetPowers()
|