From: Stijn Tintel Date: Sun, 26 Aug 2018 15:57:42 +0000 (+0200) Subject: ath10k-firmware: update both QCA988X CT variants X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=2c01425d2de01f087a90ee6b4499b0b68f7a6964 ath10k-firmware: update both QCA988X CT variants This fixes slow performance with 802.11w enabled. Signed-off-by: Stijn Tintel --- 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))