Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlegacy/
D3945.c1571 u8 a_band; in il3945_hw_reg_comp_txpower_temp() local
1585 a_band = il_is_channel_a_band(ch_info); in il3945_hw_reg_comp_txpower_temp()
1608 power_gain_table[a_band][power_idx]; in il3945_hw_reg_comp_txpower_temp()
1623 ch_info, a_band); in il3945_hw_reg_comp_txpower_temp()
1636 u8 a_band; in il3945_hw_reg_set_txpower() local
1652 a_band = il_is_channel_a_band(ch_info); in il3945_hw_reg_set_txpower()
2081 u8 pwr_idx, base_pwr_idx, a_band; in il3945_txpower_set_from_eeprom() local
2095 a_band = il_is_channel_a_band(ch_info); in il3945_txpower_set_from_eeprom()
2151 power_gain_table[a_band][power_idx].tx_gain; in il3945_txpower_set_from_eeprom()
2153 power_gain_table[a_band][power_idx].dsp_atten; in il3945_txpower_set_from_eeprom()
[all …]
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.c11399 struct ieee80211_supported_band *a_band = &priv->ieee->a_band; in ipw_wdev_init() local
11401 a_band->band = IEEE80211_BAND_5GHZ; in ipw_wdev_init()
11402 a_band->n_channels = geo->a_channels; in ipw_wdev_init()
11403 a_band->channels = kcalloc(geo->a_channels, in ipw_wdev_init()
11406 if (!a_band->channels) { in ipw_wdev_init()
11412 a_band->channels[i].band = IEEE80211_BAND_5GHZ; in ipw_wdev_init()
11413 a_band->channels[i].center_freq = geo->a[i].freq; in ipw_wdev_init()
11414 a_band->channels[i].hw_value = geo->a[i].channel; in ipw_wdev_init()
11415 a_band->channels[i].max_power = geo->a[i].max_power; in ipw_wdev_init()
11417 a_band->channels[i].flags |= in ipw_wdev_init()
[all …]
Dlibipw.h728 struct ieee80211_supported_band a_band; member