You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.5 KiB
45 lines
1.5 KiB
From c5f1d2ed0a760267c6927d3d1670cffe02c51953 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= <ihuguet@redhat.com>
|
|
Date: Fri, 21 Jan 2022 08:49:04 +0100
|
|
Subject: [PATCH 32/36] rtw89: coex: Update COEX to 5.5.8
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Bugzilla: http://bugzilla.redhat.com/2033291
|
|
|
|
commit 4c02043c5a5270c5b6e11ca1c695ac17043a3e88
|
|
Author: Ching-Te Ku <ku920601@realtek.com>
|
|
Date: Thu Dec 9 16:32:29 2021 +0800
|
|
|
|
rtw89: coex: Update COEX to 5.5.8
|
|
|
|
Update COEX version.
|
|
|
|
Signed-off-by: Ching-Te Ku <ku920601@realtek.com>
|
|
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
|
|
Signed-off-by: Kalle Valo <kvalo@kernel.org>
|
|
Link: https://lore.kernel.org/r/20211209083229.10815-8-pkshih@realtek.com
|
|
|
|
Signed-off-by: Íñigo Huguet <ihuguet@redhat.com>
|
|
---
|
|
drivers/net/wireless/realtek/rtw89/rtw8852a.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/net/wireless/realtek/rtw89/rtw8852a.c b/drivers/net/wireless/realtek/rtw89/rtw8852a.c
|
|
index 5ec13ae0abcd..6b75e4bc7352 100644
|
|
--- a/drivers/net/wireless/realtek/rtw89/rtw8852a.c
|
|
+++ b/drivers/net/wireless/realtek/rtw89/rtw8852a.c
|
|
@@ -2031,7 +2031,7 @@ const struct rtw89_chip_info rtw8852a_chip_info = {
|
|
.limit_efuse_size = 1152,
|
|
.phycap_addr = 0x580,
|
|
.phycap_size = 128,
|
|
- .para_ver = 0x05050764,
|
|
+ .para_ver = 0x05050864,
|
|
.wlcx_desired = 0x05050000,
|
|
.btcx_desired = 0x5,
|
|
.scbd = 0x1,
|
|
--
|
|
2.13.6
|
|
|