Lines Matching refs:band
349 { .band = NL80211_BAND_2GHZ, .center_freq = 2412, .hw_value = 1, },
350 { .band = NL80211_BAND_2GHZ, .center_freq = 2417, .hw_value = 2, },
351 { .band = NL80211_BAND_2GHZ, .center_freq = 2422, .hw_value = 3, },
352 { .band = NL80211_BAND_2GHZ, .center_freq = 2427, .hw_value = 4, },
353 { .band = NL80211_BAND_2GHZ, .center_freq = 2432, .hw_value = 5, },
354 { .band = NL80211_BAND_2GHZ, .center_freq = 2437, .hw_value = 6, },
355 { .band = NL80211_BAND_2GHZ, .center_freq = 2442, .hw_value = 7, },
356 { .band = NL80211_BAND_2GHZ, .center_freq = 2447, .hw_value = 8, },
357 { .band = NL80211_BAND_2GHZ, .center_freq = 2452, .hw_value = 9, },
358 { .band = NL80211_BAND_2GHZ, .center_freq = 2457, .hw_value = 10, },
359 { .band = NL80211_BAND_2GHZ, .center_freq = 2462, .hw_value = 11, },
360 { .band = NL80211_BAND_2GHZ, .center_freq = 2467, .hw_value = 12, },
361 { .band = NL80211_BAND_2GHZ, .center_freq = 2472, .hw_value = 13, },
362 { .band = NL80211_BAND_2GHZ, .center_freq = 2484, .hw_value = 14, },
382 { .band = NL80211_BAND_5GHZ, .center_freq = 5180, .hw_value = 36, },
383 { .band = NL80211_BAND_5GHZ, .center_freq = 5200, .hw_value = 40, },
384 { .band = NL80211_BAND_5GHZ, .center_freq = 5220, .hw_value = 44, },
385 { .band = NL80211_BAND_5GHZ, .center_freq = 5240, .hw_value = 48, },
386 { .band = NL80211_BAND_5GHZ, .center_freq = 5745, .hw_value = 149, },
387 { .band = NL80211_BAND_5GHZ, .center_freq = 5765, .hw_value = 153, },
388 { .band = NL80211_BAND_5GHZ, .center_freq = 5785, .hw_value = 157, },
389 { .band = NL80211_BAND_5GHZ, .center_freq = 5805, .hw_value = 161, },
390 { .band = NL80211_BAND_5GHZ, .center_freq = 5825, .hw_value = 165, },
1021 status->band = NL80211_BAND_5GHZ;
1026 status->band = NL80211_BAND_2GHZ;
1029 status->band);
1130 status->band = NL80211_BAND_5GHZ;
1135 status->band = NL80211_BAND_2GHZ;
1138 status->band);
2317 priv->band_24.band = NL80211_BAND_2GHZ;
2336 priv->band_50.band = NL80211_BAND_5GHZ;
2385 struct ieee80211_supported_band *band, u32 cap)
2390 band->ht_cap.ht_supported = 1;
2393 band->ht_cap.cap |= IEEE80211_HT_CAP_MAX_AMSDU;
2395 band->ht_cap.cap |= IEEE80211_HT_CAP_GRN_FLD;
2398 band->ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K;
2399 band->ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_NONE;
2402 band->ht_cap.cap |= IEEE80211_HT_CAP_RX_STBC;
2404 band->ht_cap.cap |= IEEE80211_HT_CAP_TX_STBC;
2406 band->ht_cap.cap |= IEEE80211_HT_CAP_SGI_40;
2408 band->ht_cap.cap |= IEEE80211_HT_CAP_SGI_20;
2410 band->ht_cap.cap |= IEEE80211_HT_CAP_DELAY_BA;
2412 band->ht_cap.cap |= IEEE80211_HT_CAP_SUP_WIDTH_20_40;
2417 band->ht_cap.mcs.rx_mask[0] = 0xff;
2419 band->ht_cap.mcs.rx_mask[1] = 0xff;
2421 band->ht_cap.mcs.rx_mask[2] = 0xff;
2422 band->ht_cap.mcs.rx_mask[4] = 0x01;
2423 band->ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED;
2426 band->ht_cap.mcs.tx_params |= IEEE80211_HT_MCS_TX_RX_DIFF;
2427 band->ht_cap.mcs.tx_params |= (tx_streams - 1) <<
2867 __le16 band;
2893 if (channel->band == NL80211_BAND_2GHZ)
2894 cmd->band = cpu_to_le16(0x1);
2895 else if (channel->band == NL80211_BAND_5GHZ)
2896 cmd->band = cpu_to_le16(0x4);
3082 int band, ch, idx = 0;
3084 for (band = NL80211_BAND_2GHZ; band < NUM_NL80211_BANDS; band++) {
3085 sband = priv->hw->wiphy->bands[band];
3166 if (channel->band == NL80211_BAND_2GHZ)
3168 else if (channel->band == NL80211_BAND_5GHZ)
4111 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ)
4546 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ)
5027 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ) {
5058 if (hw->conf.chandef.chan->band ==
5133 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ)