Commit 72429d68 authored by Golan Ben Ami's avatar Golan Ben Ami Committed by Johannes Berg
Browse files

wifi: iwlwifi: mvm: enable bz hw checksum from c step

parent 4e17e156
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ static u32 iwl_mvm_tx_csum(struct iwl_mvm *mvm, struct sk_buff *skb,
	if (mvm->trans->trans_cfg->device_family < IWL_DEVICE_FAMILY_BZ ||
	    (mvm->trans->trans_cfg->device_family == IWL_DEVICE_FAMILY_BZ &&
	     CSR_HW_REV_TYPE(mvm->trans->hw_rev) == IWL_CFG_MAC_TYPE_GL &&
	     mvm->trans->hw_rev_step == SILICON_A_STEP))
	     mvm->trans->hw_rev_step <= SILICON_B_STEP))
		return iwl_mvm_tx_csum_pre_bz(mvm, skb, info, amsdu);
	return iwl_mvm_tx_csum_bz(mvm, skb, amsdu);
}