Home
last modified time | relevance | path

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

/net/mac80211/
Dchan.c316 struct cfg80211_chan_def min_def; in _ieee80211_recalc_chanctx_min_def() local
329 ctx->conf.min_def = ctx->conf.def; in _ieee80211_recalc_chanctx_min_def()
336 min_def = ctx->conf.def; in _ieee80211_recalc_chanctx_min_def()
337 while (min_def.width > max_bw) in _ieee80211_recalc_chanctx_min_def()
338 ieee80211_chandef_downgrade(&min_def); in _ieee80211_recalc_chanctx_min_def()
340 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def)) in _ieee80211_recalc_chanctx_min_def()
343 ctx->conf.min_def = min_def; in _ieee80211_recalc_chanctx_min_def()
Dtrace.h83 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \