Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_lna_div.c481 HAL_ANT_COMB_CONFIG *pdiv_ant_conf) in ath_ant_adjust_fast_divbias() argument
485 switch ((pdiv_ant_conf->main_lna_conf << 4) in ath_ant_adjust_fast_divbias()
486 | pdiv_ant_conf->alt_lna_conf) { in ath_ant_adjust_fast_divbias()
488 pdiv_ant_conf->fast_div_bias = 0x1; in ath_ant_adjust_fast_divbias()
489 pdiv_ant_conf->main_gaintb = 0; in ath_ant_adjust_fast_divbias()
490 pdiv_ant_conf->alt_gaintb = 0; in ath_ant_adjust_fast_divbias()
493 pdiv_ant_conf->fast_div_bias = 0x1; in ath_ant_adjust_fast_divbias()
494 pdiv_ant_conf->main_gaintb = 0; in ath_ant_adjust_fast_divbias()
495 pdiv_ant_conf->alt_gaintb = 0; in ath_ant_adjust_fast_divbias()
498 pdiv_ant_conf->fast_div_bias = 0x1; in ath_ant_adjust_fast_divbias()
[all …]