Lines Matching defs:max_bw
226 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT;
235 max_bw = max(max_bw, ieee80211_get_sta_bw(&sta->sta));
239 return max_bw;
247 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT;
290 max_bw = max(max_bw, width);
296 max_bw = max(max_bw, conf->def.width);
300 return max_bw;
311 enum nl80211_chan_width max_bw;
329 max_bw = ieee80211_get_chanctx_max_required_bw(local, &ctx->conf);
331 /* downgrade chandef up to max_bw */
333 while (min_def.width > max_bw)