Lines Matching refs:sband
411 struct ieee80211_supported_band *sband; in iwlcore_init_geos() local
437 sband = &priv->bands[IEEE80211_BAND_5GHZ]; in iwlcore_init_geos()
438 sband->channels = &channels[ARRAY_SIZE(iwl_eeprom_band_1)]; in iwlcore_init_geos()
440 sband->bitrates = &rates[IWL_FIRST_OFDM_RATE]; in iwlcore_init_geos()
441 sband->n_bitrates = IWL_RATE_COUNT - IWL_FIRST_OFDM_RATE; in iwlcore_init_geos()
444 iwlcore_init_ht_hw_capab(priv, &sband->ht_cap, in iwlcore_init_geos()
447 sband = &priv->bands[IEEE80211_BAND_2GHZ]; in iwlcore_init_geos()
448 sband->channels = channels; in iwlcore_init_geos()
450 sband->bitrates = rates; in iwlcore_init_geos()
451 sband->n_bitrates = IWL_RATE_COUNT; in iwlcore_init_geos()
454 iwlcore_init_ht_hw_capab(priv, &sband->ht_cap, in iwlcore_init_geos()
470 sband = &priv->bands[IEEE80211_BAND_5GHZ]; in iwlcore_init_geos()
472 sband = &priv->bands[IEEE80211_BAND_2GHZ]; in iwlcore_init_geos()
474 geo_ch = &sband->channels[sband->n_channels++]; in iwlcore_init_geos()