Lines Matching defs:min_def
273 * ctx->conf.min_def, we have to make sure to take
345 * otherwise just use min_def like in AP, depending on what
398 struct cfg80211_chan_def min_def;
411 ctx->conf.min_def = ctx->conf.def;
419 min_def = ctx->conf.def;
420 while (min_def.width > max_bw)
421 ieee80211_chandef_downgrade(&min_def, NULL);
423 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def))
426 ctx->conf.min_def = min_def;