Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.c1314 ath_ee_FillVpdTable(uint8_t pwrMin, uint8_t pwrMax, uint8_t *pPwrList, in ath_ee_FillVpdTable() argument
1321 HALASSERT(pwrMax > pwrMin); in ath_ee_FillVpdTable()
1322 for (i = 0; i <= (pwrMax - pwrMin) / 2; i++) { in ath_ee_FillVpdTable()
H A Dah_internal.h978 extern HAL_BOOL ath_ee_FillVpdTable(uint8_t pwrMin, uint8_t pwrMax,