Searched refs:is_24G (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 299 int is_24G, int is_fat, int is_hi_chan); 308 static int32_t iwk_min_power_index(int32_t rate_pow_idx, int32_t is_24G); 4557 int is_24G, int is_fat, int is_hi_chan) in iwk_get_eep_channel() argument 4580 } else if (is_24G) { /* 2.4 GHz band */ in iwk_get_eep_channel() 4796 static int32_t iwk_min_power_index(int32_t rate_pow_idx, int32_t is_24G) in iwk_min_power_index() argument 4798 if ((!is_24G) && ((rate_pow_idx & 7) <= 4)) { in iwk_min_power_index() 4812 int is_24G, is_fat, is_high_chan, is_mimo; in iwk_txpower_table_cmd_init() local 4840 is_24G = iwk_is_24G_band(sc); in iwk_txpower_table_cmd_init() 4856 eep_chan_p = iwk_get_eep_channel(sc, channel, is_24G, in iwk_txpower_table_cmd_init() 4901 if (is_24G) { in iwk_txpower_table_cmd_init() [all …]
|