-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mwlwifi: update to version 10.4.11-20250206
The fixes are only for the WRT1900X and WRT1200AC. It contains: Deletes the driver's ability to modify the debit table. Remove skb_get(done_skb) in txdone Reworking ISR clean code Napi replaces tasklet Add rx_decrypt feature Signed-off-by: Michael Trinidad <[email protected]> Link: openwrt/openwrt#17997 Signed-off-by: Christian Marangi <[email protected]>
- Loading branch information
1 parent
bbb3b98
commit edfe589
Showing
6 changed files
with
48 additions
and
79 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 |
---|---|---|
|
@@ -8,16 +8,16 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=mwlwifi | ||
PKG_RELEASE=2 | ||
PKG_RELEASE=1 | ||
|
||
PKG_LICENSE:=ISC | ||
PKG_LICENSE_FILES:= | ||
|
||
PKG_SOURCE_URL:=https://github.com/kaloz/mwlwifi | ||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_DATE:=2024-04-19 | ||
PKG_SOURCE_VERSION:=a737d348ef4fe00434b2bc44b2b6a68ea833d95b | ||
PKG_MIRROR_HASH:=d55f69c2fa48d02ba535b72b108fc77f5f13a52b29130a631489a053f1670d2c | ||
PKG_SOURCE_DATE:=2025-02-06 | ||
PKG_SOURCE_VERSION:=db97edf20fadea2617805006f5230665fadc6a8c | ||
PKG_MIRROR_HASH:=b5464cf6d57d87f6ce5f13bd2320c7e7e671a3152a74f4ef004382f898b89ecf | ||
|
||
PKG_MAINTAINER:=Imre Kaloz <[email protected]> | ||
PKG_BUILD_PARALLEL:=1 | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ Signed-off-by: Christian Marangi <[email protected]> | |
|
||
--- a/hif/fwcmd.c | ||
+++ b/hif/fwcmd.c | ||
@@ -3622,11 +3622,7 @@ int mwl_fwcmd_get_fw_core_dump(struct ie | ||
@@ -3624,11 +3624,7 @@ int mwl_fwcmd_get_fw_core_dump(struct ie | ||
core_dump->context = pcmd->cmd_data.coredump.context; | ||
core_dump->size_kb = pcmd->cmd_data.coredump.size_kb; | ||
core_dump->flags = pcmd->cmd_data.coredump.flags; | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ Signed-off-by: Christian Marangi <[email protected]> | |
|
||
--- a/hif/pcie/pcie.c | ||
+++ b/hif/pcie/pcie.c | ||
@@ -1466,8 +1466,8 @@ static void pcie_bf_mimo_ctrl_decode(str | ||
@@ -1449,8 +1449,8 @@ static void pcie_bf_mimo_ctrl_decode(str | ||
&fp_data->f_pos); | ||
filp_close(fp_data, current->files); | ||
} else { | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ Signed-off-by: Christian Marangi <[email protected]> | |
|
||
--- a/debugfs.c | ||
+++ b/debugfs.c | ||
@@ -1342,7 +1342,7 @@ done: | ||
@@ -1394,7 +1394,7 @@ done: | ||
priv->reg_value); | ||
else | ||
len += scnprintf(p + len, size - len, | ||
|
31 changes: 0 additions & 31 deletions
31
package/kernel/mwlwifi/patches/010-mwlwifi-fix-PCIe-DT-node-null-pointer-dereference.patch
This file was deleted.
Oops, something went wrong.
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