Searched refs:ant_gain (Results 1 – 1 of 1) sorted by relevance
2828 int ant_gain, ant_reduction = 0; in ath9k_hw_apply_txpower() local2838 ant_gain = get_antenna_gain(ah, chan); in ath9k_hw_apply_txpower()2839 if (ant_gain > max_gain) in ath9k_hw_apply_txpower()2840 ant_reduction = ant_gain - max_gain; in ath9k_hw_apply_txpower()