Searched refs:is_24G (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c299 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)
4580 } else if (is_24G) { /* 2.4 GHz band */
4796 static int32_t iwk_min_power_index(int32_t rate_pow_idx, int32_t is_24G) argument
4798 if ((!is_24G) && ((rate_pow_idx & 7) <= 4)) {
4812 int is_24G, is_fat, is_high_chan, is_mimo; local
4840 is_24G = iwk_is_24G_band(sc);
4856 eep_chan_p = iwk_get_eep_channel(sc, channel, is_24G,
4901 if (is_24G) {
4555 iwk_get_eep_channel(iwk_sc_t *sc, uint16_t channel, int is_24G, int is_fat, int is_hi_chan) argument
5195 int i, is_24G, rv; local
[all...]

Completed in 69 milliseconds