summaryrefslogtreecommitdiff
path: root/package/firmware
diff options
context:
space:
mode:
authorPavel Kubelun <be.dissent@gmail.com>2017-02-01 15:10:51 +0300
committerJo-Philipp Wich <jo@mein.io>2017-03-01 20:37:35 +0100
commite59183143069fa1c0d37bae2836102ecd9112a84 (patch)
tree2586146f5aca0cc02221dd3930dcdf016d064c1c /package/firmware
parent8a3ac15a471163f81f91e59f863a269a6191ab11 (diff)
downloadmtk-20170518-e59183143069fa1c0d37bae2836102ecd9112a84.zip
mtk-20170518-e59183143069fa1c0d37bae2836102ecd9112a84.tar.gz
mtk-20170518-e59183143069fa1c0d37bae2836102ecd9112a84.tar.bz2
ath10k-firmware: update qca9984 firmware and board data
Fixes firmware crash in rare cases and a bug ath10k_pci 0001:01:00.0: received unexpected tx_fetch_ind event: in push mode for those who kept experiencing it after previous firmware update. Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Diffstat (limited to 'package/firmware')
-rw-r--r--package/firmware/ath10k-firmware/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 08c65c0..4855f26 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -204,18 +204,18 @@ define Download/qca99x0-board
endef
$(eval $(call Download,qca99x0-board))
-QCA9984_BOARD_REV:=deb1832c56c706d0f6cb539113e09f0daaa52b5f
+QCA9984_BOARD_REV:=719c0127e52bd70559e71b85ab0331790e1bf66c
QCA9984_BOARD_FILE:=board-2.bin
QCA9984_BOARD_FILE_DL:=$(QCA9984_BOARD_FILE).$(QCA9984_BOARD_REV)
-QCA9984_FIRMWARE_REV:=deb1832c56c706d0f6cb539113e09f0daaa52b5f
-QCA9984_FIRMWARE_FILE:=firmware-5.bin_10.4-3.3-00102
+QCA9984_FIRMWARE_REV:=d697906c66ccfbf9dfd77071b154394006e3371a
+QCA9984_FIRMWARE_FILE:=firmware-5.bin_10.4-3.4-00068
QCA9984_FIRMWARE_FILE_DL:=$(QCA9984_FIRMWARE_FILE).$(QCA9984_FIRMWARE_REV)
define Download/ath10k-qca9984-board
URL:=https://source.codeaurora.org/quic/qsdk/oss/firmware/ath10k-firmware/plain/ath10k/QCA9984/hw1.0/
URL_FILE:=$(QCA9984_BOARD_FILE)?id=$(QCA9984_BOARD_REV)
FILE:=$(QCA9984_BOARD_FILE_DL)
- HASH:=6a79ff0e8cc71549e771b41dbb7dad862d8e29da852f8aff25ce1e4bd5ea263e
+ HASH:=e968b214fd76d5b7859f71841ce40fbd5f47336c3ccbaf95e23f902f5e569aef
endef
$(eval $(call Download,ath10k-qca9984-board))
@@ -223,7 +223,7 @@ define Download/ath10k-qca9984-firmware
URL:=https://source.codeaurora.org/quic/qsdk/oss/firmware/ath10k-firmware/plain/ath10k/QCA9984/hw1.0/
URL_FILE:=$(QCA9984_FIRMWARE_FILE)?id=$(QCA9984_FIRMWARE_REV)
FILE:=$(QCA9984_FIRMWARE_FILE_DL)
- HASH:=490ad52df76a4fa8004a3a8c21dd43bb8262dd2816df48a6408706b82491f299
+ HASH:=47616657bbfda217b82aacde51076f768f0aa38493decadd7f339d2d040c53fc
endef
$(eval $(call Download,ath10k-qca9984-firmware))