Linux wireless drivers development
 help / color / mirror / Atom feed
From: Bitterblue Smith <rtl8821cerfe2@gmail.com>
To: Luka Gejak <luka.gejak@linux.dev>,
	Ping-Ke Shih <pkshih@realtek.com>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Cc: "straube.linux@gmail.com" <straube.linux@gmail.com>,
	"pbrobinson@gmail.com" <pbrobinson@gmail.com>
Subject: Re: [RFC PATCH v1 0/9] wifi: rtw88: add RTL8723B/RTL8723BS support
Date: Tue, 21 Jul 2026 17:47:48 +0300	[thread overview]
Message-ID: <7b9bf365-d07c-481a-8c9e-c2e03e326d5f@gmail.com> (raw)
In-Reply-To: <9DAF08C8-7661-4AFB-8676-70AA856E1D0F@linux.dev>

On 21/07/2026 13:55, Luka Gejak wrote:
> Hi Ping-Ke,
> 
> Thanks, and noted on stopping the v1 review. Before I send v2 I want to
> report two things: the firmware experiment you suggested, and what I
> found when I tried to work out which patches are actually droppable.
> 
> 1. Firmware
> 
> I tried all of them, plus the staging blob:
> 
>   rtlwifi/rtl8723befw.bin      loads, version 15.17.0, associates
>   rtlwifi/rtl8723befw_36.bin   loads, version 36.0.0,  associates
>   rtlwifi/rtl8723bs_nic.bin    loads, version 35.0.0,  associates
> 
> So the driver runs on all of them. But the coex reading does not change:
> BT Rpt stays 0x00000069 on every one, byte for byte. That makes sense in
> hindsight, since the version is reported by the BT firmware
> (rtl_bt/rtl8723bs_fw.bin) and relayed through, so no WiFi firmware can
> move it. rtl8723bs_nic.bin additionally produced 72 RA report WARNs,
> because the driver sets c2h_ra_report_size = 4 for the v41 report format
> where the siblings use 7.
> 
> Since the driver was developed and tuned against v41 and swapping the
> blob does not help coex, I am keeping v41 and leaving the linux-firmware
> submission as it is rather than withdrawing it. If you would still
> rather I hold it, say so and I will.
> ,
> I have not closed the coex question, and I no longer think it can be
> closed from this driver.
> 
> The driver does ask: rtw_fw_query_bt_info() goes out on the connect and
> scan paths and at power on. The BT side answers, so this is not a
> missing or timed out request. The answer is the problem. With A2DP
> streaming it reports conn-idle and an empty profile list,
> BT_RSP = 01 01 40 12, while the same dump shows 440 low priority packets
> each way. The profile byte stays 0x01 (CONNECTION) and never sets A2DP
> or ACL_BUSY. I checked the decode against the vendor driver, which reads
> the same byte, so this is not a parsing error on my side, and the coex
> algorithm itself is clearly running: TDMA case-3, table 10, reason
> BTINFO.

Does the driver receive BTINFO regularly after you connect the headphones?

If it doesn't, maybe rtw_coex_active_query_bt_info() can help. Currently
it only does something for RTL8821A.


  reply	other threads:[~2026-07-21 14:47 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-14 17:50 [RFC PATCH v1 0/9] wifi: rtw88: add RTL8723B/RTL8723BS support luka.gejak
2026-07-14 17:50 ` [RFC PATCH v1 1/9] wifi: rtw88: add RTL8723B chip support luka.gejak
2026-07-20  3:00   ` Ping-Ke Shih
2026-07-14 17:51 ` [RFC PATCH v1 2/9] wifi: rtw88: 8723bs: handle SDIO management and data TX luka.gejak
2026-07-20  6:30   ` Ping-Ke Shih
2026-07-14 17:51 ` [RFC PATCH v1 3/9] wifi: rtw88: 8723bs: add the firmware host-to-chip interface luka.gejak
2026-07-14 17:51 ` [RFC PATCH v1 4/9] wifi: rtw88: 8723bs: add WiFi/BT coexistence antenna handling luka.gejak
2026-07-14 17:51 ` [RFC PATCH v1 5/9] wifi: rtw88: 8723bs: keep the chip powered between scan and connect luka.gejak
2026-07-14 17:51 ` [RFC PATCH v1 6/9] wifi: rtw88: 8723bs: add scan, calibration and rate-adaptation handling luka.gejak
2026-07-14 17:51 ` [RFC PATCH v1 7/9] wifi: rtw88: 8723bs: implement the SDIO association sequence luka.gejak
2026-07-14 17:51 ` [RFC PATCH v1 8/9] wifi: rtw88: 8723bs: implement the SDIO transfer contract luka.gejak
2026-07-14 17:51 ` [RFC PATCH v1 9/9] MAINTAINERS: add entry for the RTL8723B rtw88 driver luka.gejak
2026-07-20  1:53 ` [RFC PATCH v1 0/9] wifi: rtw88: add RTL8723B/RTL8723BS support Ping-Ke Shih
2026-07-21  7:56   ` Luka Gejak
2026-07-21  8:57     ` Ping-Ke Shih
2026-07-21 10:55       ` Luka Gejak
2026-07-21 14:47         ` Bitterblue Smith [this message]
2026-07-21 16:01           ` Luka Gejak
2026-07-21 17:12             ` Bitterblue Smith
2026-07-21  9:49     ` Peter Robinson
  -- strict thread matches above, loose matches on Subject: below --
2026-07-18 17:38 Peter Robinson
2026-07-19 18:12 ` Luka Gejak

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=7b9bf365-d07c-481a-8c9e-c2e03e326d5f@gmail.com \
    --to=rtl8821cerfe2@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=luka.gejak@linux.dev \
    --cc=pbrobinson@gmail.com \
    --cc=pkshih@realtek.com \
    --cc=straube.linux@gmail.com \
    /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