Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Deeprom.c166 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local
174 matchIndex = 0; in ath9k_hw_get_legacy_target_powers()
180 matchIndex = i; in ath9k_hw_get_legacy_target_powers()
190 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_legacy_target_powers()
191 matchIndex = i - 1; in ath9k_hw_get_legacy_target_powers()
194 if (matchIndex != -1) { in ath9k_hw_get_legacy_target_powers()
195 *pNewPower = powInfo[matchIndex]; in ath9k_hw_get_legacy_target_powers()
221 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local
228 matchIndex = 0; in ath9k_hw_get_target_powers()
234 matchIndex = i; in ath9k_hw_get_target_powers()
[all …]