Searched refs:ath9k_hw_set_txpowerlimit (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | common.c | 373 ath9k_hw_set_txpowerlimit(ah, new_txpow, false); in ath9k_cmn_update_txpow()
|
H A D | init.c | 271 ath9k_hw_set_txpowerlimit(ah, sc->cur_chan->txpower, false); in ath9k_reg_notifier() 859 ath9k_hw_set_txpowerlimit(ah, MAX_COMBINED_POWER, true); in ath9k_init_band_txpower()
|
H A D | mci.c | 724 ath9k_hw_set_txpowerlimit(ah, sc->cur_chan->txpower, false); in ath9k_mci_set_txpower()
|
H A D | hw.h | 1061 void ath9k_hw_set_txpowerlimit(struct ath_hw *ah, u32 limit, bool test);
|
H A 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);
|
H A D | main.c | 1306 ath9k_hw_set_txpowerlimit(ah, sc->cur_chan->txpower, false); in ath9k_set_txpower()
|