summaryrefslogtreecommitdiffstats
path: root/package/firmware/ath10k-firmware
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-11 08:32:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-11 08:32:37 +0000
commit2d23fedac5709f94184a401667e45ed0d861ac5e (patch)
tree4f6b4f7cdd1fa5aad1c4f2a711775a59fffe3142 /package/firmware/ath10k-firmware
parent77c25c2dd164c28021ca0095a111adc7acc29e62 (diff)
downloadmaster-31e0f0ae-2d23fedac5709f94184a401667e45ed0d861ac5e.tar.gz
master-31e0f0ae-2d23fedac5709f94184a401667e45ed0d861ac5e.tar.bz2
master-31e0f0ae-2d23fedac5709f94184a401667e45ed0d861ac5e.zip
ath10k-firmware: update firmware version for QCA988X
Updates the ath10k firmware version for QCA988X to version 10.2.4.70.10-2, which appears to fix problems with the 5GHz wireless failing on TP-Link Archer C7 v2 when using a Nexus 5X phone. Fixes issue #20854. Signed-off-by: Robert Hancock <hancockrwd@gmail.com> SVN-Revision: 47454
Diffstat (limited to 'package/firmware/ath10k-firmware')
-rw-r--r--package/firmware/ath10k-firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 6b694a6c36..3cd48c28d6 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -57,7 +57,7 @@ define Package/ath10k-firmware-qca988x/install
$(PKG_BUILD_DIR)/ath10k/QCA988X/hw2.0/board.bin \
$(1)/lib/firmware/ath10k/QCA988X/hw2.0/
$(INSTALL_DATA) \
- $(PKG_BUILD_DIR)/QCA988X/10.2.4/firmware-5.bin_10.2.4.70-2 \
+ $(PKG_BUILD_DIR)/QCA988X/10.2.4/firmware-5.bin_10.2.4.70.10-2 \
$(1)/lib/firmware/ath10k/QCA988X/hw2.0/firmware-5.bin
endef