diff options
author | Henryk Heisig <hyniu@o2.pl> | 2018-02-18 09:47:13 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-09 22:15:02 +0100 |
commit | 21486911ac5b82ac643e277c5415487bd3e5a52c (patch) | |
tree | a192ed86a8880ceaeb3a1a17f1c082657c85e675 /package | |
parent | 11b476f92590690f2ab294ca97d8f61e593a16e5 (diff) | |
download | upstream-21486911ac5b82ac643e277c5415487bd3e5a52c.tar.gz upstream-21486911ac5b82ac643e277c5415487bd3e5a52c.tar.bz2 upstream-21486911ac5b82ac643e277c5415487bd3e5a52c.zip |
firmware: ath10k-firmware: update QCA9984 firmware to 10.4-3.5.3-00053
This patch updates ath10k-firmware to use the
firmware-5.bin_10.4-3.5.3-00053 firmware for the QCA9984.
The update fixes "ath10k_pci 0001:01:00.0: Invalid VHT mcs 15 peer
stats" spamming the kernel ring buffer at very high frequencies, but
introduces the new "ath10k_pci 0001:01:00.0: Unknown eventid: 36925".
This new warning doesn't appear to cause problems in practice and is
only emitted relatively rarely, not causing dmesg to overflow within
minutes.
Tested on the ZyXEL NBG6817; early feedback also suggests this firmware
to work well (with the same fixes and caveats) on the Netgear r7800 as
well.
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
Diffstat (limited to 'package')
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index 415931bc63..e4693cc4af 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -314,7 +314,7 @@ define Package/ath10k-firmware-qca9984/install $(PKG_BUILD_DIR)/QCA9984/hw1.0/board-2.bin \ $(1)/lib/firmware/ath10k/QCA9984/hw1.0/board-2.bin $(INSTALL_DATA) \ - $(PKG_BUILD_DIR)/QCA9984/hw1.0/3.4/firmware-5.bin_10.4-3.4-00104 \ + $(PKG_BUILD_DIR)/QCA9984/hw1.0/3.5.3/firmware-5.bin_10.4-3.5.3-00053 \ $(1)/lib/firmware/ath10k/QCA9984/hw1.0/firmware-5.bin endef |