Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH rtw-next 0/9] wifi: rtw89: coex: implement components for dual Bluetooth
@ 2026-07-03 11:43 Ping-Ke Shih
  2026-07-03 11:43 ` [PATCH rtw-next 1/9] wifi: rtw89: coex: Add Init info version 10 Ping-Ke Shih
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Ping-Ke Shih @ 2026-07-03 11:43 UTC (permalink / raw)
  To: linux-wireless; +Cc: ku920601

Extend more components of BT-coexitence to support dual Bluetooth,
including TDMA descriptor, TX power, RX gain, scoreboard and etc.

Ching-Te Ku (9):
  wifi: rtw89: coex: Add Init info version 10
  wifi: rtw89: coex: add rtw89_btc_init() entry for initialization once
  wifi: rtw89: coex: Update TDMA descriptor for dual MAC
  wifi: rtw89: coex: Add Bluetooth binding for Bluetooth TX power
    setting
  wifi: rtw89: coex: Add Bluetooth binding for Bluetooth RX gain setting
  wifi: rtw89: coex: Add WiFi/Bluetooth adapter binding info
  wifi: rtw89: coex: Add TDMA binding for dual MAC
  wifi: rtw89: coex: Update scoreboard related logic for dual Bluetooth
  wifi: rtw89: coex: Add Co-RX logic

 drivers/net/wireless/realtek/rtw89/coex.c     | 1493 +++++++++++------
 drivers/net/wireless/realtek/rtw89/coex.h     |   16 +
 drivers/net/wireless/realtek/rtw89/core.c     |    5 +-
 drivers/net/wireless/realtek/rtw89/core.h     |  241 ++-
 drivers/net/wireless/realtek/rtw89/fw.c       |   41 +
 drivers/net/wireless/realtek/rtw89/fw.h       |    9 +
 drivers/net/wireless/realtek/rtw89/rtw8851b.c |    2 -
 drivers/net/wireless/realtek/rtw89/rtw8852a.c |    1 -
 .../wireless/realtek/rtw89/rtw8852b_common.c  |    1 -
 drivers/net/wireless/realtek/rtw89/rtw8852c.c |    1 -
 drivers/net/wireless/realtek/rtw89/rtw8922a.c |    1 -
 11 files changed, 1298 insertions(+), 513 deletions(-)


base-commit: 2b7858891b100587c10c136cf07205335a897be0
-- 
2.25.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-07-03 11:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-03 11:43 [PATCH rtw-next 0/9] wifi: rtw89: coex: implement components for dual Bluetooth Ping-Ke Shih
2026-07-03 11:43 ` [PATCH rtw-next 1/9] wifi: rtw89: coex: Add Init info version 10 Ping-Ke Shih
2026-07-03 11:43 ` [PATCH rtw-next 2/9] wifi: rtw89: coex: add rtw89_btc_init() entry for initialization once Ping-Ke Shih
2026-07-03 11:43 ` [PATCH rtw-next 3/9] wifi: rtw89: coex: Update TDMA descriptor for dual MAC Ping-Ke Shih
2026-07-03 11:43 ` [PATCH rtw-next 4/9] wifi: rtw89: coex: Add Bluetooth binding for Bluetooth TX power setting Ping-Ke Shih
2026-07-03 11:43 ` [PATCH rtw-next 5/9] wifi: rtw89: coex: Add Bluetooth binding for Bluetooth RX gain setting Ping-Ke Shih
2026-07-03 11:43 ` [PATCH rtw-next 6/9] wifi: rtw89: coex: Add WiFi/Bluetooth adapter binding info Ping-Ke Shih
2026-07-03 11:43 ` [PATCH rtw-next 7/9] wifi: rtw89: coex: Add TDMA binding for dual MAC Ping-Ke Shih
2026-07-03 11:43 ` [PATCH rtw-next 8/9] wifi: rtw89: coex: Update scoreboard related logic for dual Bluetooth Ping-Ke Shih
2026-07-03 11:43 ` [PATCH rtw-next 9/9] wifi: rtw89: coex: Add Co-RX logic Ping-Ke Shih

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox