Lines Matching refs:NL80211_BAND_2GHZ

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, },
1032 status->band = NL80211_BAND_2GHZ; in mwl8k_rxd_ap_process()
1141 status->band = NL80211_BAND_2GHZ; in mwl8k_rxd_sta_process()
2326 priv->band_24.band = NL80211_BAND_2GHZ; in mwl8k_setup_2ghz_band()
2332 hw->wiphy->bands[NL80211_BAND_2GHZ] = &priv->band_24; in mwl8k_setup_2ghz_band()
2902 if (channel->band == NL80211_BAND_2GHZ) in mwl8k_cmd_tx_power()
3093 for (band = NL80211_BAND_2GHZ; band < NUM_NL80211_BANDS; band++) { in freq_to_idx()
3175 if (channel->band == NL80211_BAND_2GHZ) in mwl8k_cmd_set_rf_channel()
4120 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ) in mwl8k_cmd_set_new_stn_add()
4121 rates = sta->deflink.supp_rates[NL80211_BAND_2GHZ]; in mwl8k_cmd_set_new_stn_add()
4557 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ) in mwl8k_cmd_update_stadb_add()
4558 rates = sta->deflink.supp_rates[NL80211_BAND_2GHZ]; in mwl8k_cmd_update_stadb_add()
5038 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ) { in mwl8k_bss_info_changed_sta()
5039 ap_legacy_rates = ap->deflink.supp_rates[NL80211_BAND_2GHZ]; in mwl8k_bss_info_changed_sta()
5070 NL80211_BAND_2GHZ) in mwl8k_bss_info_changed_sta()
5144 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ) in mwl8k_bss_info_changed_ap()
5417 sband = hw->wiphy->bands[NL80211_BAND_2GHZ]; in mwl8k_get_survey()