Linux wireless drivers development
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: <linux-wireless@vger.kernel.org>
Cc: <ku920601@realtek.com>
Subject: [PATCH rtw-next v2 0/9] wifi: rtw89: coex: implement components for dual Bluetooth
Date: Mon, 6 Jul 2026 10:54:36 +0800	[thread overview]
Message-ID: <20260706025445.18428-1-pkshih@realtek.com> (raw)

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

v2:
 - patch 6/9: fix wrong compare logic, which should be && instead of || 
   found by kernel test robot.
   https://lore.kernel.org/oe-kbuild-all/202607032153.rVIyuBbI-lkp@intel.com/T/#u

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


             reply	other threads:[~2026-07-06  2:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-06  2:54 Ping-Ke Shih [this message]
2026-07-06  2:54 ` [PATCH rtw-next v2 1/9] wifi: rtw89: coex: Add Init info version 10 Ping-Ke Shih
2026-07-06  2:54 ` [PATCH rtw-next v2 2/9] wifi: rtw89: coex: add rtw89_btc_init() entry for initialization once Ping-Ke Shih
2026-07-06  2:54 ` [PATCH rtw-next v2 3/9] wifi: rtw89: coex: Update TDMA descriptor for dual MAC Ping-Ke Shih
2026-07-06  2:54 ` [PATCH rtw-next v2 4/9] wifi: rtw89: coex: Add Bluetooth binding for Bluetooth TX power setting Ping-Ke Shih
2026-07-06  2:54 ` [PATCH rtw-next v2 5/9] wifi: rtw89: coex: Add Bluetooth binding for Bluetooth RX gain setting Ping-Ke Shih
2026-07-06  2:54 ` [PATCH rtw-next v2 6/9] wifi: rtw89: coex: Add WiFi/Bluetooth adapter binding info Ping-Ke Shih
2026-07-06  2:54 ` [PATCH rtw-next v2 7/9] wifi: rtw89: coex: Add TDMA binding for dual MAC Ping-Ke Shih
2026-07-06  2:54 ` [PATCH rtw-next v2 8/9] wifi: rtw89: coex: Update scoreboard related logic for dual Bluetooth Ping-Ke Shih
2026-07-06  2:54 ` [PATCH rtw-next v2 9/9] wifi: rtw89: coex: Add Co-RX logic Ping-Ke Shih

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260706025445.18428-1-pkshih@realtek.com \
    --to=pkshih@realtek.com \
    --cc=ku920601@realtek.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox