Lines Matching refs:band
97 enum ieee80211_band band = ieee80211_get_sdata_band(sdata); in mesh_set_short_slot_time() local
98 struct ieee80211_supported_band *sband = local->hw.wiphy->bands[band]; in mesh_set_short_slot_time()
104 if (band == IEEE80211_BAND_5GHZ) { in mesh_set_short_slot_time()
108 } else if (band != IEEE80211_BAND_2GHZ || in mesh_set_short_slot_time()
109 (band == IEEE80211_BAND_2GHZ && in mesh_set_short_slot_time()
127 if (erp_rates & sta->sta.supp_rates[band]) in mesh_set_short_slot_time()
300 enum ieee80211_band band = ieee80211_get_sdata_band(sdata); in mesh_plink_frame_tx() local
310 if (ieee80211_add_srates_ie(sdata, skb, true, band) || in mesh_plink_frame_tx()
311 ieee80211_add_ext_srates_ie(sdata, skb, true, band) || in mesh_plink_frame_tx()
382 enum ieee80211_band band = ieee80211_get_sdata_band(sdata); in mesh_sta_info_init() local
387 sband = local->hw.wiphy->bands[band]; in mesh_sta_info_init()
388 rates = ieee80211_sta_get_rates(sdata, elems, band, &basic_rates); in mesh_sta_info_init()
397 if (sta->sta.supp_rates[band] != rates) in mesh_sta_info_init()
399 sta->sta.supp_rates[band] = rates; in mesh_sta_info_init()