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

/freebsd-10.3-release/sys/dev/usb/wlan/
H A Dif_run.c4635 uint8_t reg, rf, txpow_bound; local
4703 txpow_bound = 0x27;
4723 txpow_bound = 0x2b;
4731 if ((rf & 0x3f) > txpow_bound)
4732 rf = (rf & ~0x3f) | txpow_bound;
4740 if ((rf & 0x3f) > txpow_bound)
4741 rf = (rf & ~0x3f) | txpow_bound;

Completed in 113 milliseconds