diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-26 19:53:38 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-27 00:28:46 +0100 |
commit | f84981f6f8a404f6d0261b8250bc3875d6518ad0 (patch) | |
tree | dda804da4ed80eb5c875d2d273c1035cf900fdf9 /package/kernel/mac80211/patches/ath/975-ath10k-use-tpt-trigger-by-default.patch | |
parent | 3212290a3bde5720ea22aff55aec83940128375f (diff) | |
download | upstream-f84981f6f8a404f6d0261b8250bc3875d6518ad0.tar.gz upstream-f84981f6f8a404f6d0261b8250bc3875d6518ad0.tar.bz2 upstream-f84981f6f8a404f6d0261b8250bc3875d6518ad0.zip |
mac80211: Update to version 4.19.98
The removed patches are all integrated in the upstream version now.
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 | 4 |
1 files changed, 2 insertions, 2 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 a75bf93c7b..e60a213a30 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 @@ -16,7 +16,7 @@ Signed-off-by: Mathias Kresin <dev@kresin.me> --- a/drivers/net/wireless/ath/ath10k/core.h +++ b/drivers/net/wireless/ath/ath10k/core.h -@@ -1144,6 +1144,10 @@ struct ath10k { +@@ -1145,6 +1145,10 @@ struct ath10k { struct ath10k_radar_found_info last_radar_info; struct work_struct radar_confirmation_work; @@ -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 -@@ -8609,7 +8609,7 @@ int ath10k_mac_register(struct ath10k *a +@@ -8613,7 +8613,7 @@ int ath10k_mac_register(struct ath10k *a wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_CQM_RSSI_LIST); #ifdef CPTCFG_MAC80211_LEDS |