Lines Matching refs:max_bw
502 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT;
512 max_bw = max(max_bw, ieee80211_get_sta_bw(sta, link));
515 return max_bw;
587 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT;
599 max_bw = max(max_bw, width);
607 max_bw = max(max_bw, width);
616 max_bw = max(max_bw, width);
623 max_bw = max(max_bw, ctx->conf.def.width);
625 return max_bw;
639 enum nl80211_chan_width max_bw;
655 max_bw = ieee80211_get_chanctx_max_required_bw(local, ctx, rsvd_for,
658 /* downgrade chandef up to max_bw */
660 while (min_def.width > max_bw)