Lines Matching defs:min_def
226 * ctx->conf.min_def, we have to make sure to take
362 struct cfg80211_chan_def min_def;
375 ctx->conf.min_def = ctx->conf.def;
382 min_def = ctx->conf.def;
383 while (min_def.width > max_bw)
384 ieee80211_chandef_downgrade(&min_def);
386 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def))
389 ctx->conf.min_def = min_def;