Searched refs:min_def (Results 1 – 7 of 7) sorted by relevance
398 struct cfg80211_chan_def min_def; in _ieee80211_recalc_chanctx_min_def() local411 ctx->conf.min_def = ctx->conf.def; in _ieee80211_recalc_chanctx_min_def()419 min_def = ctx->conf.def; in _ieee80211_recalc_chanctx_min_def()420 while (min_def.width > max_bw) in _ieee80211_recalc_chanctx_min_def()421 ieee80211_chandef_downgrade(&min_def, NULL); in _ieee80211_recalc_chanctx_min_def()423 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def)) in _ieee80211_recalc_chanctx_min_def()426 ctx->conf.min_def = min_def; in _ieee80211_recalc_chanctx_min_def()
105 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \
72 return data.use_def ? &ctx->def : &ctx->min_def; in iwl_mld_get_chandef_from_chanctx()
629 struct cfg80211_chan_def min_def, ap_def; in iwl_dbgfs_rx_phyinfo_write() local642 min_def = chanctx_conf->min_def; in iwl_dbgfs_rx_phyinfo_write()652 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &min_def, &ap_def, in iwl_dbgfs_rx_phyinfo_write()
5039 return data.use_def ? &ctx->def : &ctx->min_def; in iwl_mvm_chanctx_def()
161 ctx->min_def = *def; in iwlmld_kunit_add_chanctx_from_def()
265 struct cfg80211_chan_def min_def; member