Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c209ar5416SetTxPowerLimit(ah, AH_PRIVATE(ah)->ah_power_limit, AH_PRIVATE(ah)->ah_extra_txpow, 0); in ar5416BTCoexSetParameter()
216ar5416SetTxPowerLimit(ah, AH_PRIVATE(ah)->ah_power_limit, AH_PRIVATE(ah)->ah_extra_txpow, 0); in ar5416BTCoexSetParameter()
H A Dar5416.h313 extern HAL_BOOL ar5416SetTxPowerLimit(struct ath_hal *ah, uint32_t limit);
H A Dar5416_attach.c108 ah->ah_setTxPowerLimit = ar5416SetTxPowerLimit; in ar5416InitState()
H A Dar5416_reset.c913 ar5416SetTxPowerLimit(struct ath_hal *ah, uint32_t limit) in ar5416SetTxPowerLimit() function