Searched refs:min_def (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | chan.c | 210 * ctx->conf.min_def, we have to make sure to take in ieee80211_get_sta_bw() 312 struct cfg80211_chan_def min_def; in ieee80211_recalc_chanctx_min_def() local 325 ctx->conf.min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def() 332 min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def() 333 while (min_def.width > max_bw) in ieee80211_recalc_chanctx_min_def() 334 ieee80211_chandef_downgrade(&min_def); in ieee80211_recalc_chanctx_min_def() 336 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def)) in ieee80211_recalc_chanctx_min_def() 339 ctx->conf.min_def = min_def; in ieee80211_recalc_chanctx_min_def() [all...] |
H A D | trace.h | 83 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | chan.c | 226 * ctx->conf.min_def, we have to make sure to take in ieee80211_get_sta_bw() 362 struct cfg80211_chan_def min_def; in _ieee80211_recalc_chanctx_min_def() local 375 ctx->conf.min_def = ctx->conf.def; in _ieee80211_recalc_chanctx_min_def() 382 min_def = ctx->conf.def; in _ieee80211_recalc_chanctx_min_def() 383 while (min_def.width > max_bw) in _ieee80211_recalc_chanctx_min_def() 384 ieee80211_chandef_downgrade(&min_def); in _ieee80211_recalc_chanctx_min_def() 386 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def)) in _ieee80211_recalc_chanctx_min_def() 389 ctx->conf.min_def = min_def; in _ieee80211_recalc_chanctx_min_def() [all...] |
H A D | trace.h | 83 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs-vif.c | 668 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chanctx_conf->min_def, in iwl_dbgfs_rx_phyinfo_write()
|
H A D | mac80211.c | 4037 struct cfg80211_chan_def *def = responder ? &ctx->def : &ctx->min_def; in __iwl_mvm_add_chanctx() 4106 struct cfg80211_chan_def *def = responder ? &ctx->def : &ctx->min_def; in iwl_mvm_change_chanctx()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs-vif.c | 606 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chanctx_conf->min_def, in iwl_dbgfs_rx_phyinfo_write()
|
H A D | mac80211.c | 4716 struct cfg80211_chan_def *def = responder ? &ctx->def : &ctx->min_def; in __iwl_mvm_add_chanctx() 4784 struct cfg80211_chan_def *def = responder ? &ctx->def : &ctx->min_def; in iwl_mvm_change_chanctx()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | mac80211.h | 215 * @min_def: the minimum channel definition currently required. 227 struct cfg80211_chan_def min_def; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mac80211.h | 233 * @min_def: the minimum channel definition currently required. 245 struct cfg80211_chan_def min_def; member
|
Completed in 73 milliseconds