Home
last modified time | relevance | path

Searched refs:second_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.c360 antcomb->second_ratio = AH_TRUE; in ath_select_ant_div_from_quick_scan()
362 antcomb->second_ratio = AH_FALSE; in ath_select_ant_div_from_quick_scan()
369 antcomb->second_ratio = AH_TRUE; in ath_select_ant_div_from_quick_scan()
371 antcomb->second_ratio = AH_FALSE; in ath_select_ant_div_from_quick_scan()
378 antcomb->second_ratio = AH_TRUE; in ath_select_ant_div_from_quick_scan()
380 antcomb->second_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()
438 } else if (antcomb->second_ratio) { in ath_select_ant_div_from_quick_scan()
H A Dif_ath_lna_div.h75 HAL_BOOL second_ratio; member