Lines Matching refs:IEEE80211_BAND_5GHZ
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()
1121 status->band = IEEE80211_BAND_5GHZ; in mwl8k_rxd_sta_process()
2322 priv->band_50.band = IEEE80211_BAND_5GHZ; in mwl8k_setup_5ghz_band()
2328 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &priv->band_50; in mwl8k_setup_5ghz_band()
2881 else if (channel->band == IEEE80211_BAND_5GHZ) in mwl8k_cmd_tx_power()
3154 else if (channel->band == IEEE80211_BAND_5GHZ) in mwl8k_cmd_set_rf_channel()
4100 rates = sta->supp_rates[IEEE80211_BAND_5GHZ] << 5; in mwl8k_cmd_set_new_stn_add()
4535 rates = sta->supp_rates[IEEE80211_BAND_5GHZ] << 5; in mwl8k_cmd_update_stadb_add()
5017 ap->supp_rates[IEEE80211_BAND_5GHZ] << 5; in mwl8k_bss_info_changed_sta()
5399 sband = hw->wiphy->bands[IEEE80211_BAND_5GHZ]; in mwl8k_get_survey()