Home
last modified time | relevance | path

Searched refs:max_bw (Results 1 – 4 of 4) sorted by relevance

/net/mac80211/
A Dchan.c293 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_get_max_required_bw() local
303 max_bw = max(max_bw, ieee80211_get_sta_bw(sta, link_id)); in ieee80211_get_max_required_bw()
306 return max_bw; in ieee80211_get_max_required_bw()
317 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_get_chanctx_max_required_bw() local
374 max_bw = max(max_bw, width); in ieee80211_get_chanctx_max_required_bw()
381 max_bw = max(max_bw, ctx->conf.def.width); in ieee80211_get_chanctx_max_required_bw()
383 return max_bw; in ieee80211_get_chanctx_max_required_bw()
397 enum nl80211_chan_width max_bw; in _ieee80211_recalc_chanctx_min_def() local
415 max_bw = ieee80211_get_chanctx_max_required_bw(local, ctx, rsvd_for, in _ieee80211_recalc_chanctx_min_def()
420 while (min_def.width > max_bw) in _ieee80211_recalc_chanctx_min_def()
A Dht.c613 enum ieee80211_sta_rx_bandwidth max_bw, new_bw; in ieee80211_ht_handle_chanwidth_notif() local
620 max_bw = IEEE80211_STA_RX_BW_20; in ieee80211_ht_handle_chanwidth_notif()
622 max_bw = ieee80211_sta_cap_rx_bw(link_sta); in ieee80211_ht_handle_chanwidth_notif()
625 link_sta->cur_max_bandwidth = max_bw; in ieee80211_ht_handle_chanwidth_notif()
/net/batman-adv/
A Dbat_v.c562 u32 max_bw = 0, bw; in batadv_v_gw_get_best_gw_node() local
572 if (curr_gw && bw <= max_bw) in batadv_v_gw_get_best_gw_node()
579 max_bw = bw; in batadv_v_gw_get_best_gw_node()
/net/wireless/
A Dreg.c644 __be32 start, end, max_bw; member
692 if (rule->len < offsetofend(struct fwdb_rule, max_bw)) in valid_rule()
954 rrule->freq_range.max_bandwidth_khz = be32_to_cpu(rule->max_bw); in regdb_query_country()

Completed in 22 milliseconds