Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c1371 hc->maxTxPow = hc->targetPowers[i]; in setmaxtxpow()
1373 if (hc->targetPowers[i] > hc->maxTxPow) in setmaxtxpow()
1374 hc->maxTxPow = hc->targetPowers[i]; in setmaxtxpow()
1511 hc->ieee, hc->maxTxPow); in addht40channels()
1517 extc->ic_ieee, hc->maxTxPow); in addht40channels()
1539 addchan(c, hc->freq, flags, hc->ieee, hc->maxTxPow); in addchannels()
H A Dmwl_var.h252 int8_t maxTxPow; /* max tx power (dBm) */ member