summaryrefslogtreecommitdiffstats
path: root/package/firmware
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2016-08-10 15:46:16 -0700
committerFelix Fietkau <nbd@nbd.name>2016-08-11 10:55:22 +0200
commit4d39726b21c240c46206ae998d219b623ff31946 (patch)
treee7c875ffcb0316058cdc8896bd649b678379ba14 /package/firmware
parentf85c12e07dba9b84b8843b81204fee877d2bb7db (diff)
downloadmaster-31e0f0ae-4d39726b21c240c46206ae998d219b623ff31946.tar.gz
master-31e0f0ae-4d39726b21c240c46206ae998d219b623ff31946.tar.bz2
master-31e0f0ae-4d39726b21c240c46206ae998d219b623ff31946.zip
ath10k-firmware: Update to latest 99X0 CT firmware.
Among other things, this compiles out support for peer caching. The feature did not seem to work well in my testing of AP mode, and totally breaks my own special use of station mode. Briefly tested on ea8500. Signed-off-by: Ben Greear <greearb@candelatech.com>
Diffstat (limited to 'package/firmware')
-rw-r--r--package/firmware/ath10k-firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index e2cf92eeba..146dd5cf06 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -39,7 +39,7 @@ endef
QCA988X_FIRMWARE_FILE:=firmware-5.bin_10.2.4.97-1
QCA988X_FIRMWARE_FILE_CT:=firmware-2-ct-full-community-16.1.bin-lede
-QCA99X0_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-7.bin-lede.001
+QCA99X0_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-7.bin-lede.003
QCA9984_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-7.bin-lede.001
define Download/ath10k-firmware-qca988x
@@ -59,7 +59,7 @@ $(eval $(call Download,ath10k-firmware-qca988x-ct))
define Download/ath10k-firmware-qca99x0-ct
URL:=https://www.candelatech.com/downloads/ath10k-10-4/
FILE:=$(QCA99X0_FIRMWARE_FILE_CT)
- MD5SUM:=eb710949ff79142954aadae24616169c
+ MD5SUM:=90ca7782101346ec674d8dfcff4b4bcb
endef
$(eval $(call Download,ath10k-firmware-qca99x0-ct))