Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9f7a8ab authored by Emmanuel Grumbach's avatar Emmanuel Grumbach Committed by Johannes Berg
Browse files

iwlwifi: don't ack the card state notification



This is not needed with MVM firmware.

Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent e56b04ef
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -621,10 +621,6 @@ int iwl_mvm_rx_card_state_notif(struct iwl_mvm *mvm,
			  (flags & CT_KILL_CARD_DISABLED) ?
			  "Reached" : "Not reached");

	if (flags & CARD_DISABLED_MSK)
		iwl_write32(mvm->trans, CSR_UCODE_DRV_GP1_SET,
			    CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);

	return 0;
}