diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-08-03 12:30:38 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-08-17 13:41:16 +0200 |
commit | 928e893a11db11b350f47921e269cfba17789df0 (patch) | |
tree | 453148cfd6dbeea3232d27c8f1579fd58ca2b3da /package/kernel/mac80211/patches/ath/975-ath10k-use-tpt-trigger-by-default.patch | |
parent | 742505ef0984d77d966db97fa80407b071334208 (diff) | |
download | upstream-928e893a11db11b350f47921e269cfba17789df0.tar.gz upstream-928e893a11db11b350f47921e269cfba17789df0.tar.bz2 upstream-928e893a11db11b350f47921e269cfba17789df0.zip |
mac80211: Update to version 5.3-rc4-1
The removed patches were applied upstream.
The type of the RT2X00_LIB_EEPROM config option was changed to bool,
because boolean is an invalid value and the new kconfig system
complained about this.
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 | 6 |
1 files changed, 3 insertions, 3 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 6ff81d7151..8922ffed81 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,9 +16,9 @@ Signed-off-by: Mathias Kresin <dev@kresin.me> --- a/drivers/net/wireless/ath/ath10k/core.h +++ b/drivers/net/wireless/ath/ath10k/core.h -@@ -1198,6 +1198,10 @@ struct ath10k { - struct work_struct radar_confirmation_work; +@@ -1219,6 +1219,10 @@ struct ath10k { struct ath10k_bus_params bus_param; + struct completion peer_delete_done; +#ifdef CPTCFG_MAC80211_LEDS + const char *led_default_trigger; @@ -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 -@@ -8846,7 +8846,7 @@ int ath10k_mac_register(struct ath10k *a +@@ -9027,7 +9027,7 @@ int ath10k_mac_register(struct ath10k *a ar->hw->weight_multiplier = ATH10K_AIRTIME_WEIGHT_MULTIPLIER; #ifdef CPTCFG_MAC80211_LEDS |