diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-12-28 16:18:22 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-12-28 18:07:29 +0100 |
commit | da9beb070d112469adeb30dd79dcde3176bfb290 (patch) | |
tree | 6bdf90353516bed19e9573d17cb6809aeb6c0e45 /package/kernel/ath10k-ct/patches/202-ath10k-use-tpt-trigger-by-default.patch | |
parent | 57e4cc8261ca6f0b32e4da6922a8f52ef82c4dc6 (diff) | |
download | upstream-da9beb070d112469adeb30dd79dcde3176bfb290.tar.gz upstream-da9beb070d112469adeb30dd79dcde3176bfb290.tar.bz2 upstream-da9beb070d112469adeb30dd79dcde3176bfb290.zip |
ath10k-ct: update to latest version
Changelog:
- ath10k-ct: Fix invalid use of ath-cb struct
Runtime-tested on ath79 (TP-Link Archer C7 v2) and ipq806x (Netgear R7800).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
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.patch | 4 |
1 files changed, 2 insertions, 2 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 cd3b7c5e6e..3f7c405efb 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 @@ -16,7 +16,7 @@ Signed-off-by: Mathias Kresin <dev@kresin.me> --- a/ath10k-5.8/core.h +++ b/ath10k-5.8/core.h -@@ -1631,6 +1631,10 @@ struct ath10k { +@@ -1638,6 +1638,10 @@ struct ath10k { u8 csi_data[4096]; u16 csi_data_len; @@ -42,7 +42,7 @@ Signed-off-by: Mathias Kresin <dev@kresin.me> if (ret) --- a/ath10k-5.8/mac.c +++ b/ath10k-5.8/mac.c -@@ -10680,7 +10680,7 @@ int ath10k_mac_register(struct ath10k *a +@@ -10718,7 +10718,7 @@ int ath10k_mac_register(struct ath10k *a ar->hw->weight_multiplier = ATH10K_AIRTIME_WEIGHT_MULTIPLIER; #ifdef CPTCFG_MAC80211_LEDS |