Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_lna_div.c305 antcomb->first_ratio = AH_TRUE; in ath_select_ant_div_from_quick_scan()
307 antcomb->first_ratio = AH_FALSE; in ath_select_ant_div_from_quick_scan()
314 antcomb->first_ratio = AH_TRUE; in ath_select_ant_div_from_quick_scan()
316 antcomb->first_ratio = AH_FALSE; in ath_select_ant_div_from_quick_scan()
323 antcomb->first_ratio = AH_TRUE; in ath_select_ant_div_from_quick_scan()
325 antcomb->first_ratio = AH_FALSE; in ath_select_ant_div_from_quick_scan()
384 if (antcomb->first_ratio && antcomb->second_ratio) { in ath_select_ant_div_from_quick_scan()
420 } else if (antcomb->first_ratio) { in ath_select_ant_div_from_quick_scan()
H A Dif_ath_lna_div.h74 HAL_BOOL first_ratio; member