Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qubes Linux Kernel
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Third Party
Qubes Linux Kernel
Commits
09640eac
Commit
09640eac
authored
2 years ago
by
Minimalist
Browse files
Options
Downloads
Patches
Plain Diff
Fix patch and set version to 6.2.6
parent
77f78b06
Branches
Branches containing commit
Tags
v6.2.6-1-latest
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
0001-Re-enable-interrupts-before-loading-PNVM.patch
+5
-6
5 additions, 6 deletions
0001-Re-enable-interrupts-before-loading-PNVM.patch
version
+1
-1
1 addition, 1 deletion
version
with
6 additions
and
7 deletions
0001-Re-enable-interrupts-before-loading-PNVM.patch
+
5
−
6
View file @
09640eac
...
...
@@ -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
0c6b49fcb..72764a424
100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/fw.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/fw.c
@@ -4
04
,6 +4
04
,15 @@
static int iwl_mvm_load_ucode_wait_alive(struct iwl_mvm *mvm,
return -EIO;
}
@@ -4
25
,6 +4
25
,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,4 @@ index f041e77af059..ec982ddce196 100644
if (ret) {
IWL_ERR(mvm, "Timeout waiting for PNVM load!\n");
--
2.35.3
2.39.2
\ No newline at end of file
This diff is collapsed.
Click to expand it.
version
+
1
−
1
View file @
09640eac
6.
1.12
6.
2.6
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment