diff options
| author | Ching-Te Ku <ku920601@realtek.com> | 2026-07-30 14:02:19 +0800 |
|---|---|---|
| committer | Ping-Ke Shih <pkshih@realtek.com> | 2026-08-02 09:55:04 +0800 |
| commit | 97b81c10fe77bebcd4bc638f92e7afc8f8f96248 (patch) | |
| tree | 7a2e6bccb36ad21f88eab46d539185fdf70be971 | |
| parent | dd7e70e76bf632c04a824e16fed034df74020109 (diff) | |
| download | linux-next-97b81c10fe77bebcd4bc638f92e7afc8f8f96248.tar.gz linux-next-97b81c10fe77bebcd4bc638f92e7afc8f8f96248.zip | |
wifi: rtw89: coex: Update Wi-Fi/Bluetooth coexistence version to 9.24.1
The 9.24.1 coexistence version included firmware 0.35.111.X support for
RTL8922A/D, 0.24.97.X support for RTL8852C, 0.29.133.X support for
RTL8852B chip family.
Signed-off-by: Ching-Te Ku <ku920601@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260730060220.55844-7-pkshih@realtek.com
| -rw-r--r-- | drivers/net/wireless/realtek/rtw89/coex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/realtek/rtw89/coex.c b/drivers/net/wireless/realtek/rtw89/coex.c index 39dff9fdc1cd..5a9dc4d8a00b 100644 --- a/drivers/net/wireless/realtek/rtw89/coex.c +++ b/drivers/net/wireless/realtek/rtw89/coex.c @@ -11,7 +11,7 @@ #include "ps.h" #include "reg.h" -#define RTW89_COEX_VERSION 0x09180013 +#define RTW89_COEX_VERSION 0x09180113 #define FCXDEF_STEP 50 /* MUST <= FCXMAX_STEP and match with wl fw*/ #define BTC_E2G_LIMIT_DEF 80 |
