Searched refs:maxTxPow (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h252 int8_t maxTxPow; /* max tx power (dBm) */ member in struct:__anon6213::mwl_hal_channel
H A Dmwl.c1362 hc->maxTxPow = hc->targetPowers[i];
1364 if (hc->targetPowers[i] > hc->maxTxPow)
1365 hc->maxTxPow = hc->targetPowers[i];
1502 hc->ieee, hc->maxTxPow);
1508 extc->ic_ieee, hc->maxTxPow);
1530 addchan(c, hc->freq, flags, hc->ieee, hc->maxTxPow);

Completed in 154 milliseconds