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: update to jbsky next branch
- Loading branch information
1 parent
505de52
commit 93a6977
Showing
9 changed files
with
110 additions
and
111 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=2 | |
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:=d55f69c2fa48d02ba535b72b108fc77f5f13a52b29130a631489a053f1670d2c | ||
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 |
---|---|---|
|
@@ -18,9 +18,11 @@ Signed-off-by: Christian Marangi <[email protected]> | |
hif/fwcmd.c | 6 +----- | ||
1 file changed, 1 insertion(+), 5 deletions(-) | ||
|
||
--- a/hif/fwcmd.c | ||
+++ b/hif/fwcmd.c | ||
@@ -3622,11 +3622,7 @@ int mwl_fwcmd_get_fw_core_dump(struct ie | ||
Index: mwlwifi-next/hif/fwcmd.c | ||
=================================================================== | ||
--- mwlwifi-next.orig/hif/fwcmd.c | ||
+++ mwlwifi-next/hif/fwcmd.c | ||
@@ -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 |
---|---|---|
|
@@ -17,9 +17,11 @@ Signed-off-by: Christian Marangi <[email protected]> | |
hif/pcie/pcie.c | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
--- a/hif/pcie/pcie.c | ||
+++ b/hif/pcie/pcie.c | ||
@@ -1466,8 +1466,8 @@ static void pcie_bf_mimo_ctrl_decode(str | ||
Index: mwlwifi-next/hif/pcie/pcie.c | ||
=================================================================== | ||
--- mwlwifi-next.orig/hif/pcie/pcie.c | ||
+++ mwlwifi-next/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 { | ||
|
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 |
---|---|---|
|
@@ -12,9 +12,11 @@ Signed-off-by: Christian Marangi <[email protected]> | |
hif/pcie/8964/tx_ndp.c | 2 +- | ||
2 files changed, 2 insertions(+), 2 deletions(-) | ||
|
||
--- a/debugfs.c | ||
+++ b/debugfs.c | ||
@@ -1342,7 +1342,7 @@ done: | ||
Index: mwlwifi-next/debugfs.c | ||
=================================================================== | ||
--- mwlwifi-next.orig/debugfs.c | ||
+++ mwlwifi-next/debugfs.c | ||
@@ -1394,7 +1394,7 @@ done: | ||
priv->reg_value); | ||
else | ||
len += scnprintf(p + len, size - len, | ||
|
@@ -23,8 +25,10 @@ Signed-off-by: Christian Marangi <[email protected]> | |
ret, priv->reg_type, priv->reg_offset, | ||
priv->reg_value); | ||
|
||
--- a/hif/pcie/8964/tx_ndp.c | ||
+++ b/hif/pcie/8964/tx_ndp.c | ||
Index: mwlwifi-next/hif/pcie/8964/tx_ndp.c | ||
=================================================================== | ||
--- mwlwifi-next.orig/hif/pcie/8964/tx_ndp.c | ||
+++ mwlwifi-next/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) > | ||
|
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 |
---|---|---|
|
@@ -11,8 +11,10 @@ Signed-off-by: Christian Marangi <[email protected]> | |
debugfs.c | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
--- a/debugfs.c | ||
+++ b/debugfs.c | ||
Index: mwlwifi-next/debugfs.c | ||
=================================================================== | ||
--- mwlwifi-next.orig/debugfs.c | ||
+++ mwlwifi-next/debugfs.c | ||
@@ -364,10 +364,10 @@ static ssize_t mwl_debugfs_info_read(str | ||
"-----------------------=> address| address|qlen|fw_desc_cnt\n"); | ||
spin_lock_irqsave(&pcie_priv->tx_desc_lock, 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 |
---|---|---|
|
@@ -12,8 +12,10 @@ Signed-off-by: Christian Marangi <[email protected]> | |
hif/pcie/8964/tx_ndp.c | 9 ++------- | ||
1 file changed, 2 insertions(+), 7 deletions(-) | ||
|
||
--- a/hif/pcie/8964/tx_ndp.c | ||
+++ b/hif/pcie/8964/tx_ndp.c | ||
Index: mwlwifi-next/hif/pcie/8964/tx_ndp.c | ||
=================================================================== | ||
--- mwlwifi-next.orig/hif/pcie/8964/tx_ndp.c | ||
+++ mwlwifi-next/hif/pcie/8964/tx_ndp.c | ||
@@ -334,13 +334,8 @@ int pcie_tx_init_ndp(struct ieee80211_hw | ||
struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(&skb); | ||
int rc; | ||
|
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.
Oops, something went wrong.