Lines Matching defs:min_def
210 * ctx->conf.min_def, we have to make sure to take
312 struct cfg80211_chan_def min_def;
325 ctx->conf.min_def = ctx->conf.def;
332 min_def = ctx->conf.def;
333 while (min_def.width > max_bw)
334 ieee80211_chandef_downgrade(&min_def);
336 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def))
339 ctx->conf.min_def = min_def;