Searched refs:MAX_COMBINED_POWER (Results 1 – 3 of 3) sorted by relevance
459 regulatory->power_limit = MAX_COMBINED_POWER; in ath9k_hw_init_defaults()2969 chan_pwr = min_t(int, channel->max_power * 2, MAX_COMBINED_POWER); in ath9k_hw_apply_txpower()2982 reg->power_limit = min_t(u32, limit, MAX_COMBINED_POWER); in ath9k_hw_set_txpowerlimit()2984 channel->max_power = MAX_COMBINED_POWER / 2; in ath9k_hw_set_txpowerlimit()
176 #define MAX_COMBINED_POWER 254 /* 128 dBm, chosen to fit in u8 */ macro
859 ath9k_hw_set_txpowerlimit(ah, MAX_COMBINED_POWER, true); in ath9k_init_band_txpower()