Searched refs:min_def (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/net/mac80211/ |
H A D | chan.c | 209 * ctx->conf.min_def, we have to make sure to take ieee80211_get_sta_bw() 313 struct cfg80211_chan_def min_def; ieee80211_recalc_chanctx_min_def() local 321 ctx->conf.min_def = ctx->conf.def; ieee80211_recalc_chanctx_min_def() 328 min_def = ctx->conf.def; ieee80211_recalc_chanctx_min_def() 329 while (min_def.width > max_bw) ieee80211_recalc_chanctx_min_def() 330 ieee80211_chandef_downgrade(&min_def); ieee80211_recalc_chanctx_min_def() 332 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def)) ieee80211_recalc_chanctx_min_def() 335 ctx->conf.min_def = min_def; ieee80211_recalc_chanctx_min_def()
|
H A D | trace.h | 65 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
H A D | debugfs-vif.c | 1345 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chanctx_conf->min_def, iwl_dbgfs_rx_phyinfo_write()
|
H A D | mac80211.c | 3341 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &ctx->min_def, __iwl_mvm_add_chanctx() 3408 iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &ctx->min_def, iwl_mvm_change_chanctx()
|
/linux-4.4.14/include/net/ |
H A D | mac80211.h | 205 * @min_def: the minimum channel definition currently required. 217 struct cfg80211_chan_def min_def; member in struct:ieee80211_chanctx_conf
|
Completed in 903 milliseconds