[LEDE-DEV] [PATCH 2/2] ath10k-ct firmware: Tx-hang and EAPOL handling fixes for wave-2 firmware.
greearb at candelatech.com
greearb at candelatech.com
Tue Jun 13 17:02:24 PDT 2017
From: Ben Greear <greearb at candelatech.com>
Changes since last LEDE release include:
* Fix key-setting bug that broke sending the EAPOL 2/4 in some cases. This was a
bug I introduced some time back while trying to fix .11r and simplify the key
handling logic. (Patch to wpa_supplicant fixed the race with sending the 4/4
and setting the key...un-patched supplicant will still have this race and the 4-way
auth will not work as reliably.)
* Increase amount of active-tids that can be scheduled. This fixes a tx-stall
seen with many station vdevs.
* Fix bug in upstream code that would cause the maximum peer to never be scheduled
for tx.
Signed-off-by: Ben Greear <greearb at candelatech.com>
---
package/firmware/ath10k-firmware/Makefile | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 17ff2ca..3fb009e 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -90,24 +90,24 @@ define Download/ath10k-firmware-qca9887-ct
endef
$(eval $(call Download,ath10k-firmware-qca9887-ct))
-QCA99X0_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-9.bin-lede.002
+QCA99X0_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-9.bin-lede.003
define Download/ath10k-firmware-qca99x0-ct
$(call Download/ct-firmware,QCA99X0,ath10k-10-4)
- HASH:=e3c77077b47d55219f90816a51bf046f5b40c32be5e96bf629b083d873a879ad
+ HASH:=d29f305a1c3824b4854df19c6c962ca2542f00e45b3f133b8b219edc5c5de88e
endef
$(eval $(call Download,ath10k-firmware-qca99x0-ct))
-QCA9984_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-9.bin-lede.002
+QCA9984_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-9.bin-lede.003
define Download/ath10k-firmware-qca9984-ct
$(call Download/ct-firmware,QCA9984,ath10k-9984-10-4)
- HASH:=610f7747db6b101f4fc21431b776ac640b5977357e5be9aece2349447b9b1d85
+ HASH:=30d671587766f7705f3199ebe779aa47a30e2efc75e47497bb154ff8b784053e
endef
$(eval $(call Download,ath10k-firmware-qca9984-ct))
-QCA9888_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-9.bin-lede.002
+QCA9888_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-9.bin-lede.003
define Download/ath10k-firmware-qca9888-ct
$(call Download/ct-firmware,QCA9888,ath10k-9888-10-4)
- HASH:=f92e7d7968698af7c6f2d76b31b3645589e03839e15838010ce457c635e5aae6
+ HASH:=60dab2e00ebf4636dd24cba8d03dbc278f50d8ca8244d809a0e932bd977d85ab
endef
$(eval $(call Download,ath10k-firmware-qca9888-ct))
--
2.4.11
More information about the Lede-dev
mailing list