diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-06-28 14:57:06 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-07-23 22:28:52 +0200 |
commit | d1100c76b33ff68c6db0f5fa31a26532bdbb15c4 (patch) | |
tree | a15a90e90d054da1d36f3aed8da781d4d74bad93 /package/kernel/mac80211/patches/ath/975-ath10k-use-tpt-trigger-by-default.patch | |
parent | 600416d5c14663faa3e2eb42ff71a41d4fa8e0f6 (diff) | |
download | upstream-d1100c76b33ff68c6db0f5fa31a26532bdbb15c4.tar.gz upstream-d1100c76b33ff68c6db0f5fa31a26532bdbb15c4.tar.bz2 upstream-d1100c76b33ff68c6db0f5fa31a26532bdbb15c4.zip |
mac80211: Update to version 5.7.5-1
The b43 and b43legacy driver now support DRIVER_11W_SUPPORT.
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 f10fe85c5f..834bbf809f 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 -@@ -9141,7 +9141,7 @@ int ath10k_mac_register(struct ath10k *a +@@ -9144,7 +9144,7 @@ int ath10k_mac_register(struct ath10k *a ar->hw->weight_multiplier = ATH10K_AIRTIME_WEIGHT_MULTIPLIER; #ifdef CPTCFG_MAC80211_LEDS |