forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mwlwifi updated to jbsky next branch
- Loading branch information
1 parent
4f23e30
commit 5a0690e
Showing
5 changed files
with
75 additions
and
82 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
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 |
---|---|---|
|
@@ -13,11 +13,11 @@ PKG_RELEASE=1 | |
PKG_LICENSE:=ISC | ||
PKG_LICENSE_FILES:= | ||
|
||
PKG_SOURCE_URL:=https://github.com/kaloz/mwlwifi | ||
PKG_SOURCE_URL:=https://github.com/jbsky/mwlwifi | ||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_DATE:=2024-04-19 | ||
PKG_SOURCE_VERSION:=a737d348ef4fe00434b2bc44b2b6a68ea833d95b | ||
PKG_MIRROR_HASH:=975ef8796db4523ad1a1c1451c76dc5f5aab0ae4070ec4677b17af0f4de82da1 | ||
PKG_SOURCE_DATE:=2024-09-10 | ||
PKG_SOURCE_VERSION:=a916e193e14933ec3b02c1bda7c1bb5e1ff15a0a | ||
PKG_MIRROR_HASH:=34156e72e98a5f1294cf9e1bb32e4a46c4b7eb23395389242bdc4b64c3204e49 | ||
|
||
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 |
---|---|---|
|
@@ -117,9 +117,11 @@ Signed-off-by: Christian Marangi <[email protected]> | |
hif/pcie/tx_ndp.c | 2 +- | ||
4 files changed, 5 insertions(+), 5 deletions(-) | ||
|
||
--- a/debugfs.c | ||
+++ b/debugfs.c | ||
@@ -1342,7 +1342,7 @@ done: | ||
Index: mwlwifi-2024-09-10-a916e193/debugfs.c | ||
=================================================================== | ||
--- mwlwifi-2024-09-10-a916e193.orig/debugfs.c | ||
+++ mwlwifi-2024-09-10-a916e193/debugfs.c | ||
@@ -1394,7 +1394,7 @@ done: | ||
priv->reg_value); | ||
else | ||
len += scnprintf(p + len, size - len, | ||
|
@@ -128,9 +130,11 @@ Signed-off-by: Christian Marangi <[email protected]> | |
ret, priv->reg_type, priv->reg_offset, | ||
priv->reg_value); | ||
|
||
--- a/hif/fwcmd.c | ||
+++ b/hif/fwcmd.c | ||
@@ -3623,7 +3623,7 @@ int mwl_fwcmd_get_fw_core_dump(struct ie | ||
Index: mwlwifi-2024-09-10-a916e193/hif/fwcmd.c | ||
=================================================================== | ||
--- mwlwifi-2024-09-10-a916e193.orig/hif/fwcmd.c | ||
+++ mwlwifi-2024-09-10-a916e193/hif/fwcmd.c | ||
@@ -3625,7 +3625,7 @@ int mwl_fwcmd_get_fw_core_dump(struct ie | ||
core_dump->size_kb = pcmd->cmd_data.coredump.size_kb; | ||
core_dump->flags = pcmd->cmd_data.coredump.flags; | ||
memcpy(buff, | ||
|
@@ -139,8 +143,10 @@ Signed-off-by: Christian Marangi <[email protected]> | |
sizeof(struct hostcmd_cmd_get_fw_core_dump) - | ||
sizeof(struct hostcmd_cmd_get_fw_core_dump_)), | ||
MAX_CORE_DUMP_BUFFER); | ||
--- a/hif/pcie/8964/tx_ndp.c | ||
+++ b/hif/pcie/8964/tx_ndp.c | ||
Index: mwlwifi-2024-09-10-a916e193/hif/pcie/8964/tx_ndp.c | ||
=================================================================== | ||
--- mwlwifi-2024-09-10-a916e193.orig/hif/pcie/8964/tx_ndp.c | ||
+++ mwlwifi-2024-09-10-a916e193/hif/pcie/8964/tx_ndp.c | ||
@@ -336,7 +336,7 @@ int pcie_tx_init_ndp(struct ieee80211_hw | ||
|
||
if (sizeof(struct pcie_tx_ctrl_ndp) > | ||
|
@@ -150,9 +156,11 @@ Signed-off-by: Christian Marangi <[email protected]> | |
sizeof(struct pcie_tx_ctrl_ndp), | ||
sizeof(tx_info->driver_data)); | ||
return -ENOMEM; | ||
--- a/hif/pcie/pcie.c | ||
+++ b/hif/pcie/pcie.c | ||
@@ -1464,8 +1464,8 @@ static void pcie_bf_mimo_ctrl_decode(str | ||
Index: mwlwifi-2024-09-10-a916e193/hif/pcie/pcie.c | ||
=================================================================== | ||
--- mwlwifi-2024-09-10-a916e193.orig/hif/pcie/pcie.c | ||
+++ mwlwifi-2024-09-10-a916e193/hif/pcie/pcie.c | ||
@@ -1449,8 +1449,8 @@ static void pcie_bf_mimo_ctrl_decode(str | ||
&fp_data->f_pos); | ||
filp_close(fp_data, current->files); | ||
} else { | ||
|
31 changes: 0 additions & 31 deletions
31
package/kernel/mwlwifi/patches/004-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