Lines Matching defs:max_bw
245 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT;
253 max_bw = max(max_bw, ieee80211_get_sta_bw(sta, link_id));
256 return max_bw;
264 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT;
312 max_bw = max(max_bw, width);
316 return max_bw;
325 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT;
337 max_bw = max(max_bw, width);
344 max_bw = max(max_bw, ctx->conf.def.width);
348 return max_bw;
361 enum nl80211_chan_width max_bw;
379 max_bw = ieee80211_get_chanctx_max_required_bw(local, ctx, rsvd_for);
381 /* downgrade chandef up to max_bw */
383 while (min_def.width > max_bw)