Lines Matching refs:rate_array

1907 static void ar9003_hw_init_txpower_cck(struct ath_hw *ah, u8 *rate_array)  in ar9003_hw_init_txpower_cck()  argument
1909 ah->tx_power[0] = rate_array[ALL_TARGET_LEGACY_1L_5L]; in ar9003_hw_init_txpower_cck()
1910 ah->tx_power[1] = rate_array[ALL_TARGET_LEGACY_1L_5L]; in ar9003_hw_init_txpower_cck()
1911 ah->tx_power[2] = min(rate_array[ALL_TARGET_LEGACY_1L_5L], in ar9003_hw_init_txpower_cck()
1912 rate_array[ALL_TARGET_LEGACY_5S]); in ar9003_hw_init_txpower_cck()
1913 ah->tx_power[3] = min(rate_array[ALL_TARGET_LEGACY_11L], in ar9003_hw_init_txpower_cck()
1914 rate_array[ALL_TARGET_LEGACY_11S]); in ar9003_hw_init_txpower_cck()
1917 static void ar9003_hw_init_txpower_ofdm(struct ath_hw *ah, u8 *rate_array, in ar9003_hw_init_txpower_ofdm() argument
1925 ah->tx_power[i] = rate_array[j]; in ar9003_hw_init_txpower_ofdm()
1929 static void ar9003_hw_init_txpower_ht(struct ath_hw *ah, u8 *rate_array, in ar9003_hw_init_txpower_ht() argument
1938 ah->tx_power[i] = rate_array[j]; in ar9003_hw_init_txpower_ht()
1944 ah->tx_power[i] = rate_array[j]; in ar9003_hw_init_txpower_ht()
1950 ah->tx_power[i] = rate_array[j]; in ar9003_hw_init_txpower_ht()
1966 void ar9003_hw_init_rate_txpower(struct ath_hw *ah, u8 *rate_array, in ar9003_hw_init_rate_txpower() argument
1970 ar9003_hw_init_txpower_ofdm(ah, rate_array, in ar9003_hw_init_rate_txpower()
1973 ar9003_hw_init_txpower_ht(ah, rate_array, in ar9003_hw_init_rate_txpower()
1984 ar9003_hw_init_txpower_cck(ah, rate_array); in ar9003_hw_init_rate_txpower()
1985 ar9003_hw_init_txpower_ofdm(ah, rate_array, in ar9003_hw_init_rate_txpower()
1988 ar9003_hw_init_txpower_ht(ah, rate_array, in ar9003_hw_init_rate_txpower()