Lines Matching refs:IEEE80211_BAND_2GHZ
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, },
1017 status->band = IEEE80211_BAND_2GHZ; in mwl8k_rxd_ap_process()
1125 status->band = IEEE80211_BAND_2GHZ; in mwl8k_rxd_sta_process()
2303 priv->band_24.band = IEEE80211_BAND_2GHZ; in mwl8k_setup_2ghz_band()
2309 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &priv->band_24; in mwl8k_setup_2ghz_band()
2879 if (channel->band == IEEE80211_BAND_2GHZ) in mwl8k_cmd_tx_power()
3070 for (band = IEEE80211_BAND_2GHZ; band < IEEE80211_NUM_BANDS; band++) { in freq_to_idx()
3152 if (channel->band == IEEE80211_BAND_2GHZ) in mwl8k_cmd_set_rf_channel()
4097 if (hw->conf.chandef.chan->band == IEEE80211_BAND_2GHZ) in mwl8k_cmd_set_new_stn_add()
4098 rates = sta->supp_rates[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()
4533 rates = sta->supp_rates[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()
5014 ap_legacy_rates = ap->supp_rates[IEEE80211_BAND_2GHZ]; in mwl8k_bss_info_changed_sta()
5045 if (hw->conf.chandef.chan->band == IEEE80211_BAND_2GHZ) in mwl8k_bss_info_changed_sta()
5118 if (hw->conf.chandef.chan->band == IEEE80211_BAND_2GHZ) in mwl8k_bss_info_changed_ap()
5390 sband = hw->wiphy->bands[IEEE80211_BAND_2GHZ]; in mwl8k_get_survey()