Home
last modified time | relevance | path

Searched refs:div_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.c91 HAL_ANT_COMB_CONFIG div_ant_conf; in ath_lna_div_attach() local
107 OS_MEMZERO(&div_ant_conf, sizeof(div_ant_conf)); in ath_lna_div_attach()
108 ath_hal_div_comb_conf_get(sc->sc_ah, &div_ant_conf); in ath_lna_div_attach()
111 if ((div_ant_conf.antdiv_configgroup == HAL_ANTDIV_CONFIG_GROUP_1) || in ath_lna_div_attach()
112 (div_ant_conf.antdiv_configgroup == HAL_ANTDIV_CONFIG_GROUP_2)) { in ath_lna_div_attach()
281 HAL_ANT_COMB_CONFIG *div_ant_conf, int main_rssi_avg, in ath_select_ant_div_from_quick_scan() argument
288 div_ant_conf->main_lna_conf = antcomb->main_conf; in ath_select_ant_div_from_quick_scan()
289 div_ant_conf->alt_lna_conf = antcomb->first_quick_scan_conf; in ath_select_ant_div_from_quick_scan()
293 div_ant_conf->main_lna_conf = antcomb->main_conf; in ath_select_ant_div_from_quick_scan()
294 div_ant_conf->alt_lna_conf = antcomb->second_quick_scan_conf; in ath_select_ant_div_from_quick_scan()
[all …]