HomeSort by: relevance | last modified time | path
    Searched refs:maxRegTxPower (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c 622 if (ackTpcPow > (2*ichan->maxRegTxPower - twiceAntennaReduction))
623 ackTpcPow = (2*ichan->maxRegTxPower - twiceAntennaReduction)
630 if (ctsTpcPow > (2*ichan->maxRegTxPower - twiceAntennaReduction))
631 ctsTpcPow = (2*ichan->maxRegTxPower - twiceAntennaReduction)
638 if (chirpTpcPow > (2*ichan->maxRegTxPower - twiceAntennaReduction))
639 chirpTpcPow = (2*ichan->maxRegTxPower - twiceAntennaReduction)
676 chan->maxRegTxPower = ichan->maxRegTxPower;
797 chan->maxRegTxPower = ichan->maxRegTxPower;
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c 367 chan->maxRegTxPower = ichan->maxRegTxPower;
472 chan->maxRegTxPower = ichan->maxRegTxPower;
871 powerLimit = chan->maxRegTxPower * 2;
ar9285_reset.c 117 powerLimit = ichan->maxRegTxPower * 2;
  /src/sys/external/isc/atheros_hal/dist/
ah.h 397 int8_t maxRegTxPower; /* max regulatory tx power in dBm */
ah_internal.h 134 int8_t maxRegTxPower;
ah_regdomain.c 2624 icv.maxRegTxPower = fband->powerDfs;
2676 chans[i].maxRegTxPower = ichans[i].maxRegTxPower;
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 1539 twiceMaxRDPower = chan->maxRegTxPower * 2;

Completed in 22 milliseconds