Home
last modified time | relevance | path

Searched refs:csa_blocks_tx (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/contrib/dev/iwlwifi/mvm/
HDmac80211.c1554 mvmvif->csa_blocks_tx = false; in iwl_mvm_post_channel_switch()
1576 } else if (vif->type == NL80211_IFTYPE_AP && mvmvif->csa_blocks_tx) { in iwl_mvm_post_channel_switch()
1587 mvmvif->csa_blocks_tx = false; in iwl_mvm_post_channel_switch()
5664 mvmvif->csa_blocks_tx = false; in iwl_mvm_pre_channel_switch()
5701 mvmvif->csa_blocks_tx = true; in iwl_mvm_pre_channel_switch()
5709 mvmvif->csa_blocks_tx = chsw->block_tx; in iwl_mvm_pre_channel_switch()
5901 if (link_conf->csa_active && mvmvif->csa_blocks_tx) in iwl_mvm_mac_flush()
HDmvm.h558 bool csa_blocks_tx; member