aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2018-08-26 17:57:42 +0200
committerStijn Tintel <stijn@linux-ipv6.be>2018-08-26 18:24:02 +0200
commit2c01425d2de01f087a90ee6b4499b0b68f7a6964 (patch)
tree40fe85e4bd1b10a3aa56347328317c4b36155abb /package/firmware
parent616b9729207b0b10985b591d6c47a4b1ffdd225e (diff)
downloadupstream-2c01425d2de01f087a90ee6b4499b0b68f7a6964.tar.gz
upstream-2c01425d2de01f087a90ee6b4499b0b68f7a6964.tar.bz2
upstream-2c01425d2de01f087a90ee6b4499b0b68f7a6964.zip
ath10k-firmware: update both QCA988X CT variants
This fixes slow performance with 802.11w enabled. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package/firmware')
-rw-r--r--package/firmware/ath10k-firmware/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 6e6670b87f..c124f4bb99 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -64,17 +64,17 @@ define Download/ct-firmware-htt
URL_FILE:=$($(1)_FIRMWARE_FILE_CT_HTT)
endef
-QCA988X_FIRMWARE_FILE_CT:=firmware-2-ct-full-community-21.bin.lede.001
+QCA988X_FIRMWARE_FILE_CT:=firmware-2-ct-full-community-21.bin.lede.002
define Download/ath10k-firmware-qca988x-ct
$(call Download/ct-firmware,QCA988X,)
- HASH:=a3d029c46a77be265e33bb57f827a59f01969f157825d66ecf42a9d327127578
+ HASH:=354b8a116a406ba6521a8bf6165ea2dce76996ab36e7905cd71e772ea240017d
endef
$(eval $(call Download,ath10k-firmware-qca988x-ct))
-QCA988X_FIRMWARE_FILE_CT_HTT:=firmware-2-ct-full-htt-mgt-community-21.bin.lede.001
+QCA988X_FIRMWARE_FILE_CT_HTT:=firmware-2-ct-full-htt-mgt-community-21.bin.lede.002
define Download/ath10k-firmware-qca988x-ct-htt
$(call Download/ct-firmware-htt,QCA988X,)
- HASH:=8666523a6271c4aa6409880d2efd52643258c21464d6bf5948507bcb72d3e350
+ HASH:=7a8369b33f07200bf0bbf8c88617c25c7f3435a51f8ca0e330d220586338f991
endef
$(eval $(call Download,ath10k-firmware-qca988x-ct-htt))