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

/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A D3945.c1571 u8 a_band; il3945_hw_reg_comp_txpower_temp() local
1585 a_band = il_is_channel_a_band(ch_info); il3945_hw_reg_comp_txpower_temp()
1608 power_gain_table[a_band][power_idx]; il3945_hw_reg_comp_txpower_temp()
1623 ch_info, a_band); il3945_hw_reg_comp_txpower_temp()
1636 u8 a_band; il3945_hw_reg_set_txpower() local
1652 a_band = il_is_channel_a_band(ch_info); il3945_hw_reg_set_txpower()
2081 u8 pwr_idx, base_pwr_idx, a_band; il3945_txpower_set_from_eeprom() local
2095 a_band = il_is_channel_a_band(ch_info); il3945_txpower_set_from_eeprom()
2151 power_gain_table[a_band][power_idx].tx_gain; il3945_txpower_set_from_eeprom()
2153 power_gain_table[a_band][power_idx].dsp_atten; il3945_txpower_set_from_eeprom()
2165 gain = power_gain_table[a_band][pwr_idx].tx_gain; il3945_txpower_set_from_eeprom()
2166 dsp_atten = power_gain_table[a_band][pwr_idx].dsp_atten; il3945_txpower_set_from_eeprom()
2189 ch_info, a_band); il3945_txpower_set_from_eeprom()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2200.c11398 /* fill-out priv->ieee->a_band */ ipw_wdev_init()
11400 struct ieee80211_supported_band *a_band = &priv->ieee->a_band; ipw_wdev_init() local
11402 a_band->band = IEEE80211_BAND_5GHZ; ipw_wdev_init()
11403 a_band->n_channels = geo->a_channels; ipw_wdev_init()
11404 a_band->channels = kcalloc(geo->a_channels, ipw_wdev_init()
11407 if (!a_band->channels) { ipw_wdev_init()
11411 /* translate geo->a to a_band.channels */ ipw_wdev_init()
11413 a_band->channels[i].band = IEEE80211_BAND_5GHZ; ipw_wdev_init()
11414 a_band->channels[i].center_freq = geo->a[i].freq; ipw_wdev_init()
11415 a_band->channels[i].hw_value = geo->a[i].channel; ipw_wdev_init()
11416 a_band->channels[i].max_power = geo->a[i].max_power; ipw_wdev_init()
11418 a_band->channels[i].flags |= ipw_wdev_init()
11421 a_band->channels[i].flags |= ipw_wdev_init()
11424 a_band->channels[i].flags |= ipw_wdev_init()
11431 a_band->bitrates = ipw2200_a_rates; ipw_wdev_init()
11432 a_band->n_bitrates = ipw2200_num_a_rates; ipw_wdev_init()
11434 wdev->wiphy->bands[IEEE80211_BAND_5GHZ] = a_band; ipw_wdev_init()
11781 kfree(priv->ieee->a_band.channels); ipw_pci_probe()
11875 kfree(priv->ieee->a_band.channels); ipw_pci_remove()
H A Dlibipw.h728 struct ieee80211_supported_band a_band; member in struct:libipw_device

Completed in 163 milliseconds