Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dchan.c305 struct cfg80211_chan_def min_def; in ieee80211_recalc_chanctx_min_def() local
313 ctx->conf.min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def()
320 min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def()
321 while (min_def.width > max_bw) in ieee80211_recalc_chanctx_min_def()
322 ieee80211_chandef_downgrade(&min_def); in ieee80211_recalc_chanctx_min_def()
324 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def)) in ieee80211_recalc_chanctx_min_def()
327 ctx->conf.min_def = min_def; in ieee80211_recalc_chanctx_min_def()
Dtrace.h65 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Ddebugfs-vif.c578 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chanctx_conf->min_def, in iwl_dbgfs_rx_phyinfo_write()
Dmac80211.c3253 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &ctx->min_def, in __iwl_mvm_add_chanctx()
3320 iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &ctx->min_def, in iwl_mvm_change_chanctx()
/linux-4.1.27/include/net/
Dmac80211.h216 struct cfg80211_chan_def min_def; member