Searched refs:min_def (Results 1 – 5 of 5) sorted by relevance
356 struct cfg80211_chan_def min_def; in _ieee80211_recalc_chanctx_min_def() local369 ctx->conf.min_def = ctx->conf.def; in _ieee80211_recalc_chanctx_min_def()376 min_def = ctx->conf.def; in _ieee80211_recalc_chanctx_min_def()377 while (min_def.width > max_bw) in _ieee80211_recalc_chanctx_min_def()378 ieee80211_chandef_downgrade(&min_def); in _ieee80211_recalc_chanctx_min_def()380 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def)) in _ieee80211_recalc_chanctx_min_def()383 ctx->conf.min_def = min_def; in _ieee80211_recalc_chanctx_min_def()
83 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \
613 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chanctx_conf->min_def, in iwl_dbgfs_rx_phyinfo_write()
4062 struct cfg80211_chan_def *def = responder ? &ctx->def : &ctx->min_def; in __iwl_mvm_add_chanctx()4131 struct cfg80211_chan_def *def = responder ? &ctx->def : &ctx->min_def; in iwl_mvm_change_chanctx()
244 struct cfg80211_chan_def min_def; member