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/921-ath10k_init_devices_synchronously.patch | |
parent | 742505ef0984d77d966db97fa80407b071334208 (diff) |
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/921-ath10k_init_devices_synchronously.patch')
-rw-r--r-- | package/kernel/mac80211/patches/ath/921-ath10k_init_devices_synchronously.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/ath/921-ath10k_init_devices_synchronously.patch b/package/kernel/mac80211/patches/ath/921-ath10k_init_devices_synchronously.patch index 3a16b08a44..8221d78197 100644 --- a/package/kernel/mac80211/patches/ath/921-ath10k_init_devices_synchronously.patch +++ b/package/kernel/mac80211/patches/ath/921-ath10k_init_devices_synchronously.patch @@ -14,7 +14,7 @@ Signed-off-by: Sven Eckelmann <sven@open-mesh.com> --- a/drivers/net/wireless/ath/ath10k/core.c +++ b/drivers/net/wireless/ath/ath10k/core.c -@@ -3003,6 +3003,16 @@ int ath10k_core_register(struct ath10k * +@@ -3071,6 +3071,16 @@ int ath10k_core_register(struct ath10k * queue_work(ar->workqueue, &ar->register_work); |