Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dantenna.c197 if (antcomb->first_ratio && antcomb->second_ratio) { in ath_ant_set_alt_ratio()
234 } else if (antcomb->second_ratio) { in ath_ant_set_alt_ratio()
346 antcomb->second_ratio = true; in ath_select_ant_div_from_quick_scan()
348 antcomb->second_ratio = false; in ath_select_ant_div_from_quick_scan()
355 antcomb->second_ratio = true; in ath_select_ant_div_from_quick_scan()
357 antcomb->second_ratio = false; in ath_select_ant_div_from_quick_scan()
364 antcomb->second_ratio = true; in ath_select_ant_div_from_quick_scan()
366 antcomb->second_ratio = false; in ath_select_ant_div_from_quick_scan()
Dath9k.h934 bool second_ratio; member