Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dchan.c398 struct cfg80211_chan_def min_def; in _ieee80211_recalc_chanctx_min_def() local
411 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()
H A Dtrace.h105 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dphy.c72 return data.use_def ? &ctx->def : &ctx->min_def; in iwl_mld_get_chandef_from_chanctx()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs-vif.c629 struct cfg80211_chan_def min_def, ap_def; in iwl_dbgfs_rx_phyinfo_write() local
642 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()
H A Dmac80211.c5039 return data.use_def ? &ctx->def : &ctx->min_def; in iwl_mvm_chanctx_def()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/tests/
H A Dutils.c161 ctx->min_def = *def; in iwlmld_kunit_add_chanctx_from_def()
/linux-6.15/include/net/
H A Dmac80211.h265 struct cfg80211_chan_def min_def; member