mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-16 09:10:02 +00:00
e750: Fix e750 5G wifi crash
Signed-off-by: Yin Ni <yin.ni@gl-inet.com>
This commit is contained in:
parent
4dda3d67de
commit
429ac6237f
@ -1,22 +1,25 @@
|
||||
From f87ccbaa34ff52acf7c8fab6504c6d1d743bd519 Mon Sep 17 00:00:00 2001
|
||||
From dc72742a570787fd2a78ffdac2f6ff861519eabf Mon Sep 17 00:00:00 2001
|
||||
From: Yin Ni <yin.ni@gl-inet.com>
|
||||
Date: Thu, 16 Mar 2023 21:26:19 -0700
|
||||
Date: Mon, 20 Mar 2023 02:26:50 -0700
|
||||
Subject: [PATCH] ath79: e750 crash after restart 5g wifi
|
||||
|
||||
Signed-off-by: Yin Ni <yin.ni@gl-inet.com>
|
||||
---
|
||||
.../patches/ath/999-fix-e750-reset-5g-crash.patch | 11 +++++++++++
|
||||
1 file changed, 11 insertions(+)
|
||||
create mode 100644 package/kernel/mac80211/patches/ath/999-fix-e750-reset-5g-crash.patch
|
||||
.../patches/970-crash-after-restart-5g-wifi.patch | 13 +++++++++++++
|
||||
1 file changed, 13 insertions(+)
|
||||
create mode 100644 package/kernel/ath10k-ct/patches/970-crash-after-restart-5g-wifi.patch
|
||||
|
||||
diff --git a/package/kernel/mac80211/patches/ath/999-fix-e750-reset-5g-crash.patch b/package/kernel/mac80211/patches/ath/999-fix-e750-reset-5g-crash.patch
|
||||
diff --git a/package/kernel/ath10k-ct/patches/970-crash-after-restart-5g-wifi.patch b/package/kernel/ath10k-ct/patches/970-crash-after-restart-5g-wifi.patch
|
||||
new file mode 100644
|
||||
index 0000000000..0e85944cda
|
||||
index 0000000000..32ed8ede53
|
||||
--- /dev/null
|
||||
+++ b/package/kernel/mac80211/patches/ath/999-fix-e750-reset-5g-crash.patch
|
||||
@@ -0,0 +1,11 @@
|
||||
+--- a/drivers/net/wireless/ath/ath10k/pci.c
|
||||
++++ b/drivers/net/wireless/ath/ath10k/pci.c
|
||||
+@@ -2237,7 +2237,7 @@ static int ath10k_pci_bmi_wait(struct at
|
||||
+++ b/package/kernel/ath10k-ct/patches/970-crash-after-restart-5g-wifi.patch
|
||||
@@ -0,0 +1,13 @@
|
||||
+Index: b/ath10k-5.15/pci.c
|
||||
+===================================================================
|
||||
+--- a/ath10k-5.15/pci.c
|
||||
++++ b/ath10k-5.15/pci.c
|
||||
+@@ -2571,7 +2571,7 @@ static int ath10k_pci_bmi_wait(struct at
|
||||
+ goto out;
|
||||
+ }
|
||||
+
|
||||
|
||||
@ -17,10 +17,8 @@ packages:
|
||||
- dnsmasq-full
|
||||
- mwan3
|
||||
- iwinfo
|
||||
- lua-rs232
|
||||
- gl-oui-rpc
|
||||
# - ot-br-posix
|
||||
# - gl-iot-otbr-gw
|
||||
# - gl-iot-otbr-mgmt
|
||||
- gl-silabs-dfu
|
||||
- gl-sdk4-acl
|
||||
- gl-sdk4-base-files
|
||||
@ -69,9 +67,9 @@ packages:
|
||||
- gl-ble-daemon
|
||||
- gl-ble-to-remote
|
||||
- gl-ble-sdk
|
||||
- gl-sdk4-edgerouter
|
||||
- gl-sdk4-netmode
|
||||
- gl-sdk4-keepcfg
|
||||
|
||||
- gl-sdk4-ui-adminpw
|
||||
- gl-sdk4-ui-advanced
|
||||
- gl-sdk4-ui-backbonerouters
|
||||
@ -95,9 +93,6 @@ packages:
|
||||
- gl-sdk4-ui-process
|
||||
- gl-sdk4-ui-reset
|
||||
- gl-sdk4-ui-snooping
|
||||
# - gl-sdk4-ui-threaddevices
|
||||
# - gl-sdk4-ui-threadnetwork
|
||||
# - gl-sdk4-ui-threadtopologies
|
||||
- gl-sdk4-ui-timezone
|
||||
- gl-sdk4-ui-upgrade
|
||||
- gl-sdk4-ui-vpndashboard
|
||||
@ -108,7 +103,6 @@ packages:
|
||||
- gl-sdk4-ui-timedtask
|
||||
- gl-sdk4-ui-multiwan
|
||||
- gl-sdk4-ui-igmp
|
||||
# - gl-sdk4-ui-btnsettings
|
||||
- gl-sdk4-ui-overview
|
||||
- gl-sdk4-ui-sensors
|
||||
- gl-sdk4-ui-bluetoothdevices
|
||||
@ -117,7 +111,6 @@ packages:
|
||||
- gl-sdk4-ui-bluetoothsettings
|
||||
- gl-sdk4-ui-bridge
|
||||
- gl-sdk4-ui-sms
|
||||
- gl-sdk4-ui-edgerouter
|
||||
diffconfig: |
|
||||
CONFIG_PACKAGE_kmod-shortcut-fe-cm=n
|
||||
CONFIG_SIGNATURE_CHECK=n
|
||||
|
||||
Loading…
Reference in New Issue
Block a user