git: 3443476ca9e7 - main - rtw88: downgrade rtw8822c firmware to 9.9.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Apr 2022 11:15:46 UTC
The branch main has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=3443476ca9e751cebbb1c467091551bf3d518814
commit 3443476ca9e751cebbb1c467091551bf3d518814
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2022-04-08 11:11:14 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2022-04-08 11:14:54 +0000
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
---
sys/contrib/dev/rtw88fw/rtw8822c_fw.bin | Bin 202456 -> 200312 bytes
sys/modules/rtw88fw/rtw8822c/Makefile | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/contrib/dev/rtw88fw/rtw8822c_fw.bin b/sys/contrib/dev/rtw88fw/rtw8822c_fw.bin
index 807044f11768..af894bc10185 100644
Binary files a/sys/contrib/dev/rtw88fw/rtw8822c_fw.bin and b/sys/contrib/dev/rtw88fw/rtw8822c_fw.bin 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>