Searched refs:abyLocalPwr (Results 1 – 4 of 4) sorted by relevance
452 pDevice->abyLocalPwr[ii+1] = pDevice->abyOFDMDefaultPwr[ii+1]; in init_channel_table()456 pDevice->abyLocalPwr[ii+1] = pDevice->abyCCKDefaultPwr[ii+1]; in init_channel_table()464 pDevice->abyLocalPwr[ii+1] = pDevice->abyCCKDefaultPwr[ii+1]; in init_channel_table()474 pDevice->abyLocalPwr[ii+1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii]; in init_channel_table()482 pDevice->abyLocalPwr[ii+1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii]; in init_channel_table()493 if (pDevice->abyLocalPwr[ii+1] == 0) in init_channel_table()494 pDevice->abyLocalPwr[ii+1] = pDevice->abyOFDMDefaultPwr[ii+1]; in init_channel_table()
1075 if (byPwrdBm > pDevice->abyLocalPwr[uCH]) { in RFbSetPower()1076 pDevice->byCurPwrdBm = pDevice->abyLocalPwr[uCH]; in RFbSetPower()1077 byDec = byPwrdBm - pDevice->abyLocalPwr[uCH]; in RFbSetPower()
702 char abyLocalPwr[CB_MAX_CHANNEL+1]; member
1479 pDevice->abyLocalPwr[byChannel] = pDevice->abyRegPwr[byChannel] - byPower; in CARDvSetPowerConstraint()1483 pDevice->abyLocalPwr[byChannel] = pDevice->abyRegPwr[byChannel] - byPower; in CARDvSetPowerConstraint()