min_def           665 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chanctx_conf->min_def,
min_def          3897 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	struct cfg80211_chan_def *def = responder ? &ctx->def : &ctx->min_def;
min_def          3966 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	struct cfg80211_chan_def *def = responder ? &ctx->def : &ctx->min_def;
min_def           227 include/net/mac80211.h 	struct cfg80211_chan_def min_def;
min_def           312 net/mac80211/chan.c 	struct cfg80211_chan_def min_def;
min_def           320 net/mac80211/chan.c 		ctx->conf.min_def = ctx->conf.def;
min_def           327 net/mac80211/chan.c 	min_def = ctx->conf.def;
min_def           328 net/mac80211/chan.c 	while (min_def.width > max_bw)
min_def           329 net/mac80211/chan.c 		ieee80211_chandef_downgrade(&min_def);
min_def           331 net/mac80211/chan.c 	if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def))
min_def           334 net/mac80211/chan.c 	ctx->conf.min_def = min_def;
min_def            72 net/mac80211/trace.h 			MIN_CHANDEF_ASSIGN(&ctx->conf.min_def)				\