Searched refs:min_def (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/mac80211/ |
D | chan.c | 311 struct cfg80211_chan_def min_def; in ieee80211_recalc_chanctx_min_def() local 319 ctx->conf.min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def() 326 min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def() 327 while (min_def.width > max_bw) in ieee80211_recalc_chanctx_min_def() 328 ieee80211_chandef_downgrade(&min_def); in ieee80211_recalc_chanctx_min_def() 330 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def)) in ieee80211_recalc_chanctx_min_def() 333 ctx->conf.min_def = min_def; in ieee80211_recalc_chanctx_min_def()
|
D | trace.h | 72 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mac80211.c | 3619 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &ctx->min_def, in __iwl_mvm_add_chanctx() 3688 if (phy_ctxt->width == ctx->min_def.width) in iwl_mvm_change_chanctx() 3693 ctx->min_def.width <= NL80211_CHAN_WIDTH_20) in iwl_mvm_change_chanctx() 3698 iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &ctx->min_def, in iwl_mvm_change_chanctx()
|
D | debugfs-vif.c | 1372 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chanctx_conf->min_def, in iwl_dbgfs_rx_phyinfo_write()
|
/Linux-v4.19/include/net/ |
D | mac80211.h | 223 struct cfg80211_chan_def min_def; member
|