Skip to content

Commit 09640ea

Browse files
committed
Fix patch and set version to 6.2.6
1 parent 77f78b0 commit 09640ea

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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 0c6b49fcb..72764a424 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,4 @@ index f041e77af059..ec982ddce196 100644
4242
if (ret) {
4343
IWL_ERR(mvm, "Timeout waiting for PNVM load!\n");
4444
--
45-
2.35.3
46-
45+
2.39.2

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.12
1+
6.2.6

0 commit comments

Comments
 (0)