Skip to content

Commit ab7dedf

Browse files
committed
Update 0001-Re-enable-interrupts-before-loading-PNVM.patch
1 parent de45612 commit ab7dedf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

0001-Re-enable-interrupts-before-loading-PNVM.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From b4024bb479b2ee9b34125b65472a0537043c8dc4 Mon Sep 17 00:00:00 2001
1+
From f553d70e8a7294ea425c0935397ae63cbb4e78a9 Mon Sep 17 00:00:00 2001
22
From: Chris Rogers <crogers122@gmail.com>
33
Date: Thu, 1 Sep 2022 15:56:14 +0200
44
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.
2222
1 file changed, 9 insertions(+)
2323

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

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

0 commit comments

Comments
 (0)