Lines Matching refs:band

349 	{ .band = IEEE80211_BAND_2GHZ, .center_freq = 2412, .hw_value = 1, },
350 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2417, .hw_value = 2, },
351 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2422, .hw_value = 3, },
352 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2427, .hw_value = 4, },
353 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2432, .hw_value = 5, },
354 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2437, .hw_value = 6, },
355 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2442, .hw_value = 7, },
356 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2447, .hw_value = 8, },
357 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2452, .hw_value = 9, },
358 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2457, .hw_value = 10, },
359 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2462, .hw_value = 11, },
360 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2467, .hw_value = 12, },
361 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2472, .hw_value = 13, },
362 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2484, .hw_value = 14, },
382 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5180, .hw_value = 36, },
383 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5200, .hw_value = 40, },
384 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5220, .hw_value = 44, },
385 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5240, .hw_value = 48, },
1013 status->band = IEEE80211_BAND_5GHZ; in mwl8k_rxd_ap_process()
1017 status->band = IEEE80211_BAND_2GHZ; in mwl8k_rxd_ap_process()
1020 status->band); in mwl8k_rxd_ap_process()
1121 status->band = IEEE80211_BAND_5GHZ; in mwl8k_rxd_sta_process()
1125 status->band = IEEE80211_BAND_2GHZ; in mwl8k_rxd_sta_process()
1128 status->band); in mwl8k_rxd_sta_process()
2303 priv->band_24.band = IEEE80211_BAND_2GHZ; in mwl8k_setup_2ghz_band()
2322 priv->band_50.band = IEEE80211_BAND_5GHZ; in mwl8k_setup_5ghz_band()
2371 struct ieee80211_supported_band *band, u32 cap) in mwl8k_set_ht_caps() argument
2376 band->ht_cap.ht_supported = 1; in mwl8k_set_ht_caps()
2379 band->ht_cap.cap |= IEEE80211_HT_CAP_MAX_AMSDU; in mwl8k_set_ht_caps()
2381 band->ht_cap.cap |= IEEE80211_HT_CAP_GRN_FLD; in mwl8k_set_ht_caps()
2384 band->ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K; in mwl8k_set_ht_caps()
2385 band->ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_NONE; in mwl8k_set_ht_caps()
2388 band->ht_cap.cap |= IEEE80211_HT_CAP_RX_STBC; in mwl8k_set_ht_caps()
2390 band->ht_cap.cap |= IEEE80211_HT_CAP_TX_STBC; in mwl8k_set_ht_caps()
2392 band->ht_cap.cap |= IEEE80211_HT_CAP_SGI_40; in mwl8k_set_ht_caps()
2394 band->ht_cap.cap |= IEEE80211_HT_CAP_SGI_20; in mwl8k_set_ht_caps()
2396 band->ht_cap.cap |= IEEE80211_HT_CAP_DELAY_BA; in mwl8k_set_ht_caps()
2398 band->ht_cap.cap |= IEEE80211_HT_CAP_SUP_WIDTH_20_40; in mwl8k_set_ht_caps()
2403 band->ht_cap.mcs.rx_mask[0] = 0xff; in mwl8k_set_ht_caps()
2405 band->ht_cap.mcs.rx_mask[1] = 0xff; in mwl8k_set_ht_caps()
2407 band->ht_cap.mcs.rx_mask[2] = 0xff; in mwl8k_set_ht_caps()
2408 band->ht_cap.mcs.rx_mask[4] = 0x01; in mwl8k_set_ht_caps()
2409 band->ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED; in mwl8k_set_ht_caps()
2412 band->ht_cap.mcs.tx_params |= IEEE80211_HT_MCS_TX_RX_DIFF; in mwl8k_set_ht_caps()
2413 band->ht_cap.mcs.tx_params |= (tx_streams - 1) << in mwl8k_set_ht_caps()
2853 __le16 band; member
2879 if (channel->band == IEEE80211_BAND_2GHZ) in mwl8k_cmd_tx_power()
2880 cmd->band = cpu_to_le16(0x1); in mwl8k_cmd_tx_power()
2881 else if (channel->band == IEEE80211_BAND_5GHZ) in mwl8k_cmd_tx_power()
2882 cmd->band = cpu_to_le16(0x4); in mwl8k_cmd_tx_power()
3068 int band, ch, idx = 0; in freq_to_idx() local
3070 for (band = IEEE80211_BAND_2GHZ; band < IEEE80211_NUM_BANDS; band++) { in freq_to_idx()
3071 sband = priv->hw->wiphy->bands[band]; in freq_to_idx()
3152 if (channel->band == IEEE80211_BAND_2GHZ) in mwl8k_cmd_set_rf_channel()
3154 else if (channel->band == IEEE80211_BAND_5GHZ) in mwl8k_cmd_set_rf_channel()
4097 if (hw->conf.chandef.chan->band == IEEE80211_BAND_2GHZ) in mwl8k_cmd_set_new_stn_add()
4532 if (hw->conf.chandef.chan->band == IEEE80211_BAND_2GHZ) in mwl8k_cmd_update_stadb_add()
5013 if (hw->conf.chandef.chan->band == IEEE80211_BAND_2GHZ) { in mwl8k_bss_info_changed_sta()
5044 if (hw->conf.chandef.chan->band == in mwl8k_bss_info_changed_sta()
5119 if (hw->conf.chandef.chan->band == IEEE80211_BAND_2GHZ) in mwl8k_bss_info_changed_ap()