Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dchan.c633 struct cfg80211_chan_def min_def; in __ieee80211_recalc_chanctx_min_def() local
646 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()
/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()
/linux/include/net/
H A Dmac80211.h265 struct cfg80211_chan_def min_def; member