Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5211/
Dar5211_reset.c1531 uint16_t tempChannelList[NUM_EDGES]; /* temp array for holding edge channels */ in ar5211SetRateTable() local
1554 tempChannelList[i] = pRdEdgesPower[i].rdEdge; in ar5211SetRateTable()
1558 ar5211GetLowerUpperValues(chan->channel, tempChannelList, in ar5211SetRateTable()
1562 if (lowerChannel == tempChannelList[i]) in ar5211SetRateTable()
1576 tempChannelList[i] = pPowerInfo[i].testChannel; in ar5211SetRateTable()
1578 ar5211GetLowerUpperValues(chan->channel, tempChannelList, in ar5211SetRateTable()
1583 if (lowerChannel == tempChannelList[i]) in ar5211SetRateTable()
1585 if (upperChannel == tempChannelList[i]) { in ar5211SetRateTable()
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5212_reset.c2364 uint16_t tempChannelList[NUM_EDGES]; in ar5212GetMaxEdgePower() local
2372 tempChannelList[i] = pRdEdgesPower[i].rdEdge; in ar5212GetMaxEdgePower()
2376 ar5212GetLowerUpperValues(channel, tempChannelList, in ar5212GetMaxEdgePower()
2379 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++) in ar5212GetMaxEdgePower()
2442 uint16_t tempChannelList[NUM_TEST_FREQUENCIES]; in ar5212GetTargetPowers() local
2448 tempChannelList[i] = powInfo[i].testChannel; in ar5212GetTargetPowers()
2450 ar5212GetLowerUpperValues(chan->channel, tempChannelList, in ar5212GetTargetPowers()
2456 if (clo == tempChannelList[i]) { in ar5212GetTargetPowers()
2459 if (chi == tempChannelList[i]) { in ar5212GetTargetPowers()