Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dhtc_drv_main.c218 ath9k_cmn_update_txpow(ah, priv->curtxpow, priv->txpowlimit, in ath9k_htc_reset()
219 &priv->curtxpow); in ath9k_htc_reset()
289 ath9k_cmn_update_txpow(ah, priv->curtxpow, priv->txpowlimit, in ath9k_htc_set_channel()
290 &priv->curtxpow); in ath9k_htc_set_channel()
933 ath9k_cmn_update_txpow(ah, priv->curtxpow, priv->txpowlimit, in ath9k_htc_start()
934 &priv->curtxpow); in ath9k_htc_start()
1226 ath9k_cmn_update_txpow(priv->ah, priv->curtxpow, in ath9k_htc_config()
1227 priv->txpowlimit, &priv->curtxpow); in ath9k_htc_config()
Dmain.c234 ath9k_cmn_update_txpow(ah, sc->curtxpow, in ath_complete_reset()
235 sc->cur_chan->txpower, &sc->curtxpow); in ath_complete_reset()
1460 ath9k_cmn_update_txpow(ah, sc->curtxpow, in ath9k_config()
1461 sc->cur_chan->txpower, &sc->curtxpow); in ath9k_config()
Dhtc.h474 u16 curtxpow; member
Dath9k.h985 u16 curtxpow; member
Dinit.c179 sc->curtxpow = ath9k_hw_regulatory(ah)->power_limit; in ath9k_reg_notifier()