Searched refs:tempChannelList (Results 1 – 2 of 2) sorted by relevance
1531 uint16_t tempChannelList[NUM_EDGES]; /* temp array for holding edge channels */ in ar5211SetRateTable() local1554 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()
2364 uint16_t tempChannelList[NUM_EDGES]; in ar5212GetMaxEdgePower() local2372 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() local2448 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()