Home
last modified time | relevance | path

Searched refs:a_band (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/intel/iwlegacy/
D3945.c1572 u8 a_band; in il3945_hw_reg_comp_txpower_temp() local
1586 a_band = il_is_channel_a_band(ch_info); in il3945_hw_reg_comp_txpower_temp()
1609 power_gain_table[a_band][power_idx]; in il3945_hw_reg_comp_txpower_temp()
1624 ch_info, a_band); in il3945_hw_reg_comp_txpower_temp()
1637 u8 a_band; in il3945_hw_reg_set_txpower() local
1653 a_band = il_is_channel_a_band(ch_info); in il3945_hw_reg_set_txpower()
2082 u8 pwr_idx, base_pwr_idx, a_band; in il3945_txpower_set_from_eeprom() local
2096 a_band = il_is_channel_a_band(ch_info); in il3945_txpower_set_from_eeprom()
2152 power_gain_table[a_band][power_idx].tx_gain; in il3945_txpower_set_from_eeprom()
2154 power_gain_table[a_band][power_idx].dsp_atten; in il3945_txpower_set_from_eeprom()
[all …]
/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c11397 struct ieee80211_supported_band *a_band = &priv->ieee->a_band; in ipw_wdev_init() local
11399 a_band->band = NL80211_BAND_5GHZ; in ipw_wdev_init()
11400 a_band->n_channels = geo->a_channels; in ipw_wdev_init()
11401 a_band->channels = kcalloc(geo->a_channels, in ipw_wdev_init()
11404 if (!a_band->channels) { in ipw_wdev_init()
11410 a_band->channels[i].band = NL80211_BAND_5GHZ; in ipw_wdev_init()
11411 a_band->channels[i].center_freq = geo->a[i].freq; in ipw_wdev_init()
11412 a_band->channels[i].hw_value = geo->a[i].channel; in ipw_wdev_init()
11413 a_band->channels[i].max_power = geo->a[i].max_power; in ipw_wdev_init()
11415 a_band->channels[i].flags |= in ipw_wdev_init()
[all …]
Dlibipw.h728 struct ieee80211_supported_band a_band; member