|
@@ -667,12 +667,9 @@ static void iwl_mvm_mac_ctxt_cmd_common(struct iwl_mvm *mvm,
|
|
|
if (vif->bss_conf.qos)
|
|
|
cmd->qos_flags |= cpu_to_le32(MAC_QOS_FLG_UPDATE_EDCA);
|
|
|
|
|
|
- /* Don't use cts to self as the fw doesn't support it currently. */
|
|
|
if (vif->bss_conf.use_cts_prot) {
|
|
|
cmd->protection_flags |= cpu_to_le32(MAC_PROT_FLG_TGG_PROTECT);
|
|
|
- if (IWL_UCODE_API(mvm->fw->ucode_ver) >= 8)
|
|
|
- cmd->protection_flags |=
|
|
|
- cpu_to_le32(MAC_PROT_FLG_SELF_CTS_EN);
|
|
|
+ cmd->protection_flags |= cpu_to_le32(MAC_PROT_FLG_SELF_CTS_EN);
|
|
|
}
|
|
|
IWL_DEBUG_RATE(mvm, "use_cts_prot %d, ht_operation_mode %d\n",
|
|
|
vif->bss_conf.use_cts_prot,
|