Home
last modified time | relevance | path

Searched refs:min_def (Results 1 – 3 of 3) sorted by relevance

/linux/net/mac80211/
H A Dchan.c518 struct cfg80211_chan_def min_def; in __ieee80211_recalc_chanctx_min_def() local
531 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()
H A Dtrace.h105 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dphy.c75 return data.use_def ? &ctx->def : &ctx->min_def; in iwl_mld_get_chandef_from_chanctx()