Searched refs:min_def (Results 1 – 3 of 3) sorted by relevance
518 struct cfg80211_chan_def min_def; in __ieee80211_recalc_chanctx_min_def() local531 ctx->conf.min_def = ctx->conf.def; in __ieee80211_recalc_chanctx_min_def()539 min_def = ctx->conf.def; in __ieee80211_recalc_chanctx_min_def()540 while (min_def.width > max_bw) in __ieee80211_recalc_chanctx_min_def()541 ieee80211_chandef_downgrade(&min_def, NULL); in __ieee80211_recalc_chanctx_min_def()543 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def)) in __ieee80211_recalc_chanctx_min_def()546 ctx->conf.min_def = min_def; in __ieee80211_recalc_chanctx_min_def()
105 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \
75 return data.use_def ? &ctx->def : &ctx->min_def; in iwl_mld_get_chandef_from_chanctx()