Searched refs:min_def (Results 1 – 5 of 5) sorted by relevance
380 struct cfg80211_chan_def min_def; in _ieee80211_recalc_chanctx_min_def() local393 ctx->conf.min_def = ctx->conf.def; in _ieee80211_recalc_chanctx_min_def()401 min_def = ctx->conf.def; in _ieee80211_recalc_chanctx_min_def()402 while (min_def.width > max_bw) in _ieee80211_recalc_chanctx_min_def()403 ieee80211_chandef_downgrade(&min_def, NULL); in _ieee80211_recalc_chanctx_min_def()405 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def)) in _ieee80211_recalc_chanctx_min_def()408 ctx->conf.min_def = min_def; in _ieee80211_recalc_chanctx_min_def()
105 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \
595 struct cfg80211_chan_def min_def, ap_def; in iwl_dbgfs_rx_phyinfo_write() local608 min_def = chanctx_conf->min_def; in iwl_dbgfs_rx_phyinfo_write()618 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &min_def, &ap_def, in iwl_dbgfs_rx_phyinfo_write()
3002 return use_def ? &ctx->def : &ctx->min_def; in iwl_mvm_chanctx_def()
265 struct cfg80211_chan_def min_def; member