Searched refs:matchIndex (Results 1 – 1 of 1) sorted by relevance
891 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local899 matchIndex = 0; in ath9k_hw_get_legacy_target_powers()905 matchIndex = i; in ath9k_hw_get_legacy_target_powers()916 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_legacy_target_powers()917 matchIndex = i - 1; in ath9k_hw_get_legacy_target_powers()920 if (matchIndex != -1) { in ath9k_hw_get_legacy_target_powers()921 *pNewPower = powInfo[matchIndex]; in ath9k_hw_get_legacy_target_powers()948 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local956 matchIndex = 0; in ath9k_hw_get_target_powers()962 matchIndex = i; in ath9k_hw_get_target_powers()[all …]