Searched defs:txPower (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c389 uint32_t pktLen, enum ath9k_pkt_type type, uint32_t txPower,
395 txPower += ahp->ah_txPowerIndexOffset;
396 if (txPower > 63)
397 txPower = 63;
401 SM(txPower, AR_XmitPower) |
388 ath9k_hw_set11n_txdesc(struct ath_hal *ah, struct ath_desc *ds, uint32_t pktLen, enum ath9k_pkt_type type, uint32_t txPower, uint32_t keyIx, enum ath9k_key_type keyType, uint32_t flags) argument

Completed in 359 milliseconds