diff options
author | Robert Marko <robimarko@gmail.com> | 2022-05-14 20:14:14 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2022-07-01 12:46:45 +0200 |
commit | 52a64755fc39ea1ac03e255dbb48b325de8914cc (patch) | |
tree | ce86bad1d742a296efdf3666664a285c26c76f4d /package/kernel/ath10k-ct/patches/202-ath10k-use-tpt-trigger-by-default.patch | |
parent | 1edf306b31cbd1373887ded5fc26eeea0e41d8b6 (diff) | |
download | upstream-52a64755fc39ea1ac03e255dbb48b325de8914cc.tar.gz upstream-52a64755fc39ea1ac03e255dbb48b325de8914cc.tar.bz2 upstream-52a64755fc39ea1ac03e255dbb48b325de8914cc.zip |
ath10k-ct: update to 2022-05-13
Update ath10k-ct to the latest version which includes the backported
ath10k commit for requesting API 1 BDF-s with a unique name like caldata.
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit ab97b2a25d69215dcc0d9621e491aa7b17f315cb)
Signed-off-by: Thibaut VARĂˆNE <hacks@slashdirt.org>
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 | 2 |
1 files changed, 1 insertions, 1 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 4c4a0edd57..fb8468b9c0 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 @@ -42,7 +42,7 @@ Signed-off-by: Mathias Kresin <dev@kresin.me> if (ret) --- a/ath10k-5.15/mac.c +++ b/ath10k-5.15/mac.c -@@ -11521,7 +11521,7 @@ int ath10k_mac_register(struct ath10k *a +@@ -11544,7 +11544,7 @@ int ath10k_mac_register(struct ath10k *a ar->hw->weight_multiplier = ATH10K_AIRTIME_WEIGHT_MULTIPLIER; #ifdef CPTCFG_MAC80211_LEDS |