Searched refs:a_band (Results 1 – 3 of 3) sorted by relevance
1553 u8 a_band; in iwl3945_hw_reg_comp_txpower_temp() local1568 a_band = iwl_legacy_is_channel_a_band(ch_info); in iwl3945_hw_reg_comp_txpower_temp()1593 power_gain_table[a_band][power_idx]; in iwl3945_hw_reg_comp_txpower_temp()1606 ch_info, a_band); in iwl3945_hw_reg_comp_txpower_temp()1618 u8 a_band; in iwl3945_hw_reg_set_txpower() local1634 a_band = iwl_legacy_is_channel_a_band(ch_info); in iwl3945_hw_reg_set_txpower()2066 u8 pwr_index, base_pwr_index, a_band; in iwl3945_txpower_set_from_eeprom() local2080 a_band = iwl_legacy_is_channel_a_band(ch_info); in iwl3945_txpower_set_from_eeprom()2135 power_gain_table[a_band][power_idx].tx_gain; in iwl3945_txpower_set_from_eeprom()2137 power_gain_table[a_band][power_idx].dsp_atten; in iwl3945_txpower_set_from_eeprom()[all …]
11482 struct ieee80211_supported_band *a_band = &priv->ieee->a_band; in ipw_net_init() local11484 a_band->band = IEEE80211_BAND_5GHZ; in ipw_net_init()11485 a_band->n_channels = geo->a_channels; in ipw_net_init()11486 a_band->channels = kcalloc(geo->a_channels, in ipw_net_init()11489 if (!a_band->channels) { in ipw_net_init()11495 a_band->channels[i].band = IEEE80211_BAND_2GHZ; in ipw_net_init()11496 a_band->channels[i].center_freq = geo->a[i].freq; in ipw_net_init()11497 a_band->channels[i].hw_value = geo->a[i].channel; in ipw_net_init()11498 a_band->channels[i].max_power = geo->a[i].max_power; in ipw_net_init()11500 a_band->channels[i].flags |= in ipw_net_init()[all …]
795 struct ieee80211_supported_band a_band; member