Searched refs:ath9k_hw_set_txpowerlimit (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | common.c | 373 ath9k_hw_set_txpowerlimit(ah, new_txpow, false); in ath9k_cmn_update_txpow()
|
D | init.c | 270 ath9k_hw_set_txpowerlimit(ah, sc->cur_chan->txpower, false); in ath9k_reg_notifier() 803 ath9k_hw_set_txpowerlimit(ah, MAX_COMBINED_POWER, true); in ath9k_init_band_txpower()
|
D | mci.c | 722 ath9k_hw_set_txpowerlimit(ah, sc->cur_chan->txpower, false); in ath9k_mci_set_txpower()
|
D | hw.h | 1059 void ath9k_hw_set_txpowerlimit(struct ath_hw *ah, u32 limit, bool test);
|
D | hw.c | 2976 void ath9k_hw_set_txpowerlimit(struct ath_hw *ah, u32 limit, bool test) in ath9k_hw_set_txpowerlimit() function 2991 EXPORT_SYMBOL(ath9k_hw_set_txpowerlimit);
|
D | main.c | 1307 ath9k_hw_set_txpowerlimit(ah, sc->cur_chan->txpower, false); in ath9k_set_txpower()
|