diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-08-15 11:30:44 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-08-17 13:39:14 +0200 |
commit | 742505ef0984d77d966db97fa80407b071334208 (patch) | |
tree | 7432fab3408665cc9f8fe785f6dc9c032410d951 /package/kernel/mac80211/patches/ath/975-ath10k-use-tpt-trigger-by-default.patch | |
parent | ebbec2fdc6cec4119fb4fefc3080146aa00bc07d (diff) | |
download | upstream-742505ef0984d77d966db97fa80407b071334208.tar.gz upstream-742505ef0984d77d966db97fa80407b071334208.tar.bz2 upstream-742505ef0984d77d966db97fa80407b071334208.zip |
mac80211: Update to version 5.2.8-1
This contains multiple fixes from the upstream kernel.
The removed patch was merged upstream.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/kernel/mac80211/patches/ath/975-ath10k-use-tpt-trigger-by-default.patch')
-rw-r--r-- | package/kernel/mac80211/patches/ath/975-ath10k-use-tpt-trigger-by-default.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/ath/975-ath10k-use-tpt-trigger-by-default.patch b/package/kernel/mac80211/patches/ath/975-ath10k-use-tpt-trigger-by-default.patch index 60801243fb..6ff81d7151 100644 --- a/package/kernel/mac80211/patches/ath/975-ath10k-use-tpt-trigger-by-default.patch +++ b/package/kernel/mac80211/patches/ath/975-ath10k-use-tpt-trigger-by-default.patch @@ -42,7 +42,7 @@ Signed-off-by: Mathias Kresin <dev@kresin.me> if (ret) --- a/drivers/net/wireless/ath/ath10k/mac.c +++ b/drivers/net/wireless/ath/ath10k/mac.c -@@ -8838,7 +8838,7 @@ int ath10k_mac_register(struct ath10k *a +@@ -8846,7 +8846,7 @@ int ath10k_mac_register(struct ath10k *a ar->hw->weight_multiplier = ATH10K_AIRTIME_WEIGHT_MULTIPLIER; #ifdef CPTCFG_MAC80211_LEDS |