Searched refs:pwrMin (Results 1 – 2 of 2) sorted by relevance
1416 ath_ee_FillVpdTable(uint8_t pwrMin, uint8_t pwrMax, uint8_t *pPwrList, in ath_ee_FillVpdTable() argument1420 uint8_t currPwr = pwrMin; in ath_ee_FillVpdTable()1423 HALASSERT(pwrMax > pwrMin); in ath_ee_FillVpdTable()1424 for (i = 0; i <= (pwrMax - pwrMin) / 2; i++) { in ath_ee_FillVpdTable()
977 extern HAL_BOOL ath_ee_FillVpdTable(uint8_t pwrMin, uint8_t pwrMax,