-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 0001-Re-enable-interrupts-before-loading-PNVM.patch
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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 | ||
|
@@ -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 | ||
|