Searched refs:min_def (Results 1 – 3 of 3) sorted by relevance
633 struct cfg80211_chan_def min_def; in __ieee80211_recalc_chanctx_min_def() local646 ctx->conf.min_def = ctx->conf.def; in __ieee80211_recalc_chanctx_min_def()654 min_def = ctx->conf.def; in __ieee80211_recalc_chanctx_min_def()655 while (min_def.width > max_bw) in __ieee80211_recalc_chanctx_min_def()656 ieee80211_chandef_downgrade(&min_def, NULL); in __ieee80211_recalc_chanctx_min_def()658 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def)) in __ieee80211_recalc_chanctx_min_def()661 ctx->conf.min_def = min_def; in __ieee80211_recalc_chanctx_min_def()
75 return data.use_def ? &ctx->def : &ctx->min_def; in iwl_mld_get_chandef_from_chanctx()
265 struct cfg80211_chan_def min_def; member