We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3e703 commit ac251daCopy full SHA for ac251da
drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c
@@ -102,9 +102,7 @@ static int iwl_mvm_mld_mac_ctxt_cmd_sta(struct iwl_mvm *mvm,
102
cmd.client.ctwin =
103
iwl_mvm_mac_ctxt_cmd_p2p_sta_get_oppps_ctwin(mvm, vif);
104
105
- /* FIXME: assume for now that DTIM period is the same for all links */
106
- if (vif->cfg.assoc && vif->bss_conf.dtim_period &&
107
- !force_assoc_off) {
+ if (vif->cfg.assoc && !force_assoc_off) {
108
struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
109
110
cmd.client.is_assoc = cpu_to_le32(1);
0 commit comments