Searched refs:min_def (Results 1 – 2 of 2) sorted by relevance
312 struct cfg80211_chan_def min_def; in ieee80211_recalc_chanctx_min_def() local320 ctx->conf.min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def()327 min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def()328 while (min_def.width > max_bw) in ieee80211_recalc_chanctx_min_def()329 ieee80211_chandef_downgrade(&min_def); in ieee80211_recalc_chanctx_min_def()331 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def)) in ieee80211_recalc_chanctx_min_def()334 ctx->conf.min_def = min_def; in ieee80211_recalc_chanctx_min_def()
72 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \