Lines Matching defs:max_bw
293 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT;
303 max_bw = max(max_bw, ieee80211_get_sta_bw(sta, link_id));
306 return max_bw;
317 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT;
374 max_bw = max(max_bw, width);
381 max_bw = max(max_bw, ctx->conf.def.width);
383 return max_bw;
397 enum nl80211_chan_width max_bw;
415 max_bw = ieee80211_get_chanctx_max_required_bw(local, ctx, rsvd_for,
418 /* downgrade chandef up to max_bw */
420 while (min_def.width > max_bw)