Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c242 ath9k_cmn_update_txpow(ah, sc->cur_chan->cur_txpower, in ath_complete_reset()
244 &sc->cur_chan->cur_txpower); in ath_complete_reset()
1307 sc->cur_chan->cur_txpower = reg->max_power_level; in ath9k_set_txpower()
2780 *dbm = avp->chanctx->cur_txpower; in ath9k_get_txpower()
2782 *dbm = sc->cur_chan->cur_txpower; in ath9k_get_txpower()
H A Dinit.c271 ath9k_cmn_update_txpow(ah, sc->cur_chan->cur_txpower, in ath9k_reg_notifier()
273 &sc->cur_chan->cur_txpower); in ath9k_reg_notifier()
H A Dath9k.h346 u16 cur_txpower; member
H A Dxmit.c2171 txpower = sc->cur_chan->cur_txpower; in setup_frame_info()