aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/ath10k-ct/patches/202-ath10k-use-tpt-trigger-by-default.patch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2021-02-15 13:52:23 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2021-02-16 08:52:25 +0100
commit3e807f0305019bab2da8af5792e13c186405e002 (patch)
treecb79fc23179fd5e90d81fe453f9d263c4ea43f35 /package/kernel/ath10k-ct/patches/202-ath10k-use-tpt-trigger-by-default.patch
parent1cd121dd11aadc799b179ebb8600f27621acc84f (diff)
downloadupstream-3e807f0305019bab2da8af5792e13c186405e002.tar.gz
upstream-3e807f0305019bab2da8af5792e13c186405e002.tar.bz2
upstream-3e807f0305019bab2da8af5792e13c186405e002.zip
ath10k-ct: switch to 5.10
Let's switch to 5.10 now that mac80211 has been updated. Runtime-tested on ipq806x (Netgear R7800). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> (cherry-picked from commit a5c4c40476)
Diffstat (limited to 'package/kernel/ath10k-ct/patches/202-ath10k-use-tpt-trigger-by-default.patch')
-rw-r--r--package/kernel/ath10k-ct/patches/202-ath10k-use-tpt-trigger-by-default.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/package/kernel/ath10k-ct/patches/202-ath10k-use-tpt-trigger-by-default.patch b/package/kernel/ath10k-ct/patches/202-ath10k-use-tpt-trigger-by-default.patch
index 3f7c405efb..eae779ef58 100644
--- a/package/kernel/ath10k-ct/patches/202-ath10k-use-tpt-trigger-by-default.patch
+++ b/package/kernel/ath10k-ct/patches/202-ath10k-use-tpt-trigger-by-default.patch
@@ -9,14 +9,14 @@ traffic.
Signed-off-by: Mathias Kresin <dev@kresin.me>
---
- ath10k-5.8/core.h | 4 ++++
- ath10k-5.8/leds.c | 4 +---
- ath10k-5.8/mac.c | 2 +-
+ ath10k-5.10/core.h | 4 ++++
+ ath10k-5.10/leds.c | 4 +---
+ ath10k-5.10/mac.c | 2 +-
3 files changed, 6 insertions(+), 4 deletions(-)
---- a/ath10k-5.8/core.h
-+++ b/ath10k-5.8/core.h
-@@ -1638,6 +1638,10 @@ struct ath10k {
+--- a/ath10k-5.10/core.h
++++ b/ath10k-5.10/core.h
+@@ -1659,6 +1659,10 @@ struct ath10k {
u8 csi_data[4096];
u16 csi_data_len;
@@ -27,8 +27,8 @@ Signed-off-by: Mathias Kresin <dev@kresin.me>
/* must be last */
u8 drv_priv[] __aligned(sizeof(void *));
};
---- a/ath10k-5.8/leds.c
-+++ b/ath10k-5.8/leds.c
+--- a/ath10k-5.10/leds.c
++++ b/ath10k-5.10/leds.c
@@ -81,9 +81,7 @@ int ath10k_leds_register(struct ath10k *
ar->leds.cdev.name = ar->leds.label;
@@ -40,9 +40,9 @@ Signed-off-by: Mathias Kresin <dev@kresin.me>
ret = led_classdev_register(wiphy_dev(ar->hw->wiphy), &ar->leds.cdev);
if (ret)
---- a/ath10k-5.8/mac.c
-+++ b/ath10k-5.8/mac.c
-@@ -10718,7 +10718,7 @@ int ath10k_mac_register(struct ath10k *a
+--- a/ath10k-5.10/mac.c
++++ b/ath10k-5.10/mac.c
+@@ -11400,7 +11400,7 @@ int ath10k_mac_register(struct ath10k *a
ar->hw->weight_multiplier = ATH10K_AIRTIME_WEIGHT_MULTIPLIER;
#ifdef CPTCFG_MAC80211_LEDS