Skip to content

Commit

Permalink
Update 0001-Re-enable-interrupts-before-loading-PNVM.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Feb 5, 2023
1 parent 9f935d6 commit 9db816c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 0001-Re-enable-interrupts-before-loading-PNVM.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From b4024bb479b2ee9b34125b65472a0537043c8dc4 Mon Sep 17 00:00:00 2001
From f553d70e8a7294ea425c0935397ae63cbb4e78a9 Mon Sep 17 00:00:00 2001
From: Chris Rogers <[email protected]>
Date: Thu, 1 Sep 2022 15:56:14 +0200
Subject: [PATCH] Re-enable interrupts before loading PNVM.
Expand All @@ -22,12 +22,12 @@ technically 'ALIVE' at this point, it should be ok to also re-enable RF_KILL.
1 file changed, 9 insertions(+)

diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/fw.c b/drivers/net/wireless/intel/iwlwifi/mvm/fw.c
index f041e77af059..ec982ddce196 100644
index 0c6b49fcb00d..72764a424417 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/fw.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/fw.c
@@ -404,6 +404,15 @@ static int iwl_mvm_load_ucode_wait_alive(struct iwl_mvm *mvm,
return -EIO;
}
@@ -425,6 +425,15 @@ static int iwl_mvm_load_ucode_wait_alive(struct iwl_mvm *mvm,
/* if reached this point, Alive notification was received */
iwl_mei_alive_notif(true);

+ /*
+ * re-enable interrupts so we can get a response from
Expand All @@ -42,5 +42,5 @@ index f041e77af059..ec982ddce196 100644
if (ret) {
IWL_ERR(mvm, "Timeout waiting for PNVM load!\n");
--
2.35.3
2.37.3

0 comments on commit 9db816c

Please sign in to comment.