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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300eep.h325 u_int8_t tx_gain_cap; // bit0:4 txgain cap, txgain index for max_txgain + 20 (10dBm higher than max txgain) member in struct:ospreyModalEepHeader
H A Dar9300_eeprom.c4698 index = ahp_Eeprom->modal_header_2g.tx_gain_cap;
4702 index = ahp_Eeprom->modal_header_5g.tx_gain_cap;
4736 // so program can't recalculate 2g.tx_gain_cap at this point.
4756 // both band are calibrated, skip 2GHz 2g.tx_gain_cap reset
4773 ahp_Eeprom->modal_header_2g.tx_gain_cap = im;
4775 ahp_Eeprom->modal_header_5g.tx_gain_cap = im;
4779 ahp_Eeprom->modal_header_2g.tx_gain_cap = ig;
4781 ahp_Eeprom->modal_header_5g.tx_gain_cap = ig;

Completed in 30 milliseconds