Lines Matching refs:band

23 	{ .band = IEEE80211_BAND_2GHZ, .center_freq = 2412,
25 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2417,
27 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2422,
29 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2427,
31 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2432,
33 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2437,
35 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2442,
37 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2447,
39 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2452,
41 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2457,
43 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2462,
45 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2467,
47 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2472,
49 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2484,
54 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5180,
56 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5200,
58 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5220,
60 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5240,
62 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5260,
64 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5280,
66 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5300,
68 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5320,
70 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5500,
72 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5520,
74 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5540,
76 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5560,
78 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5580,
80 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5600,
82 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5620,
84 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5640,
86 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5660,
88 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5680,
90 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5700,
92 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5745,
94 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5765,
96 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5785,
98 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5805,
100 { .band = IEEE80211_BAND_5GHZ, .center_freq = 5825,
148 static void rsi_register_rates_channels(struct rsi_hw *adapter, int band) in rsi_register_rates_channels() argument
150 struct ieee80211_supported_band *sbands = &adapter->sbands[band]; in rsi_register_rates_channels()
153 if (band == IEEE80211_BAND_2GHZ) { in rsi_register_rates_channels()
158 sbands->band = IEEE80211_BAND_2GHZ; in rsi_register_rates_channels()
167 sbands->band = IEEE80211_BAND_5GHZ; in rsi_register_rates_channels()
783 enum ieee80211_band band = hw->conf.chandef.chan->band; in rsi_mac80211_set_rate_mask() local
786 common->fixedrate_mask[band] = 0; in rsi_mac80211_set_rate_mask()
788 if (mask->control[band].legacy == 0xfff) { in rsi_mac80211_set_rate_mask()
789 common->fixedrate_mask[band] = in rsi_mac80211_set_rate_mask()
790 (mask->control[band].ht_mcs[0] << 12); in rsi_mac80211_set_rate_mask()
792 common->fixedrate_mask[band] = in rsi_mac80211_set_rate_mask()
793 mask->control[band].legacy; in rsi_mac80211_set_rate_mask()
862 rxs->band = common->band; in rsi_fill_rx_status()
864 freq = ieee80211_channel_to_frequency(channel, rxs->band); in rsi_fill_rx_status()
920 u8 band = hw->conf.chandef.chan->band; in rsi_set_min_rate() local
925 common->bitrate_mask[band] = sta->supp_rates[band]; in rsi_set_min_rate()
927 rate_bitmap = (common->fixedrate_mask[band] & sta->supp_rates[band]); in rsi_set_min_rate()