Lines Matching refs:rate_array

1908 static void ar9003_hw_init_txpower_cck(struct ath_hw *ah, u8 *rate_array)  in ar9003_hw_init_txpower_cck()  argument
1910 ah->tx_power[0] = rate_array[ALL_TARGET_LEGACY_1L_5L]; in ar9003_hw_init_txpower_cck()
1911 ah->tx_power[1] = rate_array[ALL_TARGET_LEGACY_1L_5L]; in ar9003_hw_init_txpower_cck()
1912 ah->tx_power[2] = min(rate_array[ALL_TARGET_LEGACY_1L_5L], in ar9003_hw_init_txpower_cck()
1913 rate_array[ALL_TARGET_LEGACY_5S]); in ar9003_hw_init_txpower_cck()
1914 ah->tx_power[3] = min(rate_array[ALL_TARGET_LEGACY_11L], in ar9003_hw_init_txpower_cck()
1915 rate_array[ALL_TARGET_LEGACY_11S]); in ar9003_hw_init_txpower_cck()
1918 static void ar9003_hw_init_txpower_ofdm(struct ath_hw *ah, u8 *rate_array, in ar9003_hw_init_txpower_ofdm() argument
1926 ah->tx_power[i] = rate_array[j]; in ar9003_hw_init_txpower_ofdm()
1930 static void ar9003_hw_init_txpower_ht(struct ath_hw *ah, u8 *rate_array, in ar9003_hw_init_txpower_ht() argument
1939 ah->tx_power[i] = rate_array[j]; in ar9003_hw_init_txpower_ht()
1945 ah->tx_power[i] = rate_array[j]; in ar9003_hw_init_txpower_ht()
1951 ah->tx_power[i] = rate_array[j]; in ar9003_hw_init_txpower_ht()
1967 void ar9003_hw_init_rate_txpower(struct ath_hw *ah, u8 *rate_array, in ar9003_hw_init_rate_txpower() argument
1971 ar9003_hw_init_txpower_ofdm(ah, rate_array, in ar9003_hw_init_rate_txpower()
1974 ar9003_hw_init_txpower_ht(ah, rate_array, in ar9003_hw_init_rate_txpower()
1985 ar9003_hw_init_txpower_cck(ah, rate_array); in ar9003_hw_init_rate_txpower()
1986 ar9003_hw_init_txpower_ofdm(ah, rate_array, in ar9003_hw_init_rate_txpower()
1989 ar9003_hw_init_txpower_ht(ah, rate_array, in ar9003_hw_init_rate_txpower()