aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@freebsd.org>2015-03-10 16:42:13 -0700
committerKyle McMartin <kyle@kernel.org>2015-03-13 15:22:33 -0400
commit3de1c437e75320c0d2f23dc990fac741f0bcc3ca (patch)
tree283e8043645ab379a0e69ec6817eb0f3c0ef18f3
parent5aefb4c492e6815dd6dead408dd4d58d11da4cc5 (diff)
downloadlinux-firmware-3de1c437e75320c0d2f23dc990fac741f0bcc3ca.tar.gz
Add v1.4.0 firmware for ath9k_htc.
This fixes a variety of issues, including but not limited to: ath9k_htc_firmware: check only the mesh control present subfield Fix: bug in extend_tsf near 0x8000000 values FIX: support rstamps from the future too. Firmware sometimes returns erroneous timestamps(2) Fixed incorrect wrapping handling in ath_extend_tsf(). Firmware sometimes returns erroneous timestamps Added proper synchronization while handling lower 32 bit and upper 32 bit parts in ar5416GetTsf64(). Fix resetting of txstatus flags. Fix Array Out of Bounds in rcSibUpdate_ht() ath9k_htc_firmware: fix the offset of CCMP header for mesh data frame init.c: do cold reboot on exception wmi:eadd new command WMI_REG_RMW_CMDID remove transfer type patches for EP3 and EP4 k2_fw_usb_api: workaround for EP4 bug. k2_fw_usb_api: prevent buffer overflow. k2_fw_usb_api: fix typo in usb reg address k2_fw_usb_api: add delay after mac reset simplify STBC handling This has been tested on both AR7010 and AR9271 devices. Signed-off-by: Adrian Chadd <adrian@FreeBSD.org> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-rw-r--r--WHENCE4
-rw-r--r--ath9k_htc/htc_7010-1.4.0.fwbin0 -> 72812 bytes
-rw-r--r--ath9k_htc/htc_9271-1.4.0.fwbin0 -> 51008 bytes
3 files changed, 4 insertions, 0 deletions
diff --git a/WHENCE b/WHENCE
index ff4a7340..a2f1e6b9 100644
--- a/WHENCE
+++ b/WHENCE
@@ -468,6 +468,10 @@ File: htc_9271.fw
Version: 1.3.1
File: htc_7010.fw
Version: 1.3.1
+File: ath9k_htc/htc_7010-1.4.0.fw
+Version: 1.4.0
+File: ath9k_htc/htc_9271-1.4.0.fw
+Version: 1.4.0
Licence: Redistributable. See LICENCE.atheros_firmware for details
diff --git a/ath9k_htc/htc_7010-1.4.0.fw b/ath9k_htc/htc_7010-1.4.0.fw
new file mode 100644
index 00000000..806ced91
--- /dev/null
+++ b/ath9k_htc/htc_7010-1.4.0.fw
Binary files differ
diff --git a/ath9k_htc/htc_9271-1.4.0.fw b/ath9k_htc/htc_9271-1.4.0.fw
new file mode 100644
index 00000000..f815df6b
--- /dev/null
+++ b/ath9k_htc/htc_9271-1.4.0.fw
Binary files differ