aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2022-04-08 11:11:14 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2022-04-08 11:14:54 +0000
commit3443476ca9e751cebbb1c467091551bf3d518814 (patch)
tree8bdf67726ba680d684dcee6630847483aea675c2
parent170acccf1e191ae28571845ad6f0b5a2fbf0effc (diff)
downloadsrc-3443476ca9e751cebbb1c467091551bf3d518814.tar.gz
src-3443476ca9e751cebbb1c467091551bf3d518814.zip
rtw88: downgrade rtw8822c firmware to 9.9.10
Firmware version 9.9.11 added support for hw_scan and is reportedly causing more problems than 9.9.10 does. Until we get a chance to test this out downgrade the firmware in order to help people testing more. Sponsored by: The FreeBSD Foundation PR: 248235 MFC after: 2 days X-MFC: just to get the reminder with the original commit X-MFC with: 73d4ebea3567f18db549638c3d897b6d6758faa4
-rw-r--r--sys/contrib/dev/rtw88fw/rtw8822c_fw.binbin202456 -> 200312 bytes
-rw-r--r--sys/modules/rtw88fw/rtw8822c/Makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/dev/rtw88fw/rtw8822c_fw.bin b/sys/contrib/dev/rtw88fw/rtw8822c_fw.bin
index 807044f11768..af894bc10185 100644
--- a/sys/contrib/dev/rtw88fw/rtw8822c_fw.bin
+++ b/sys/contrib/dev/rtw88fw/rtw8822c_fw.bin
Binary files differ
diff --git a/sys/modules/rtw88fw/rtw8822c/Makefile b/sys/modules/rtw88fw/rtw8822c/Makefile
index 0f92657b28c0..38313ecaf87e 100644
--- a/sys/modules/rtw88fw/rtw8822c/Makefile
+++ b/sys/modules/rtw88fw/rtw8822c/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-VERSION= 9911
+VERSION= 9910
NAME= 8822c
.include <bsd.kmod.mk>