Re: [PATCH v3 0/5] wifi: rtw88: preparations for RTL8723B/RTL8723BS
Luka Gejak <[email protected]>
| Newsgroups | org.kernel.vger.linux-wireless,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On August 4, 2026 8:54:20 AM GMT+02:00, [email protected] wrote: >From: Luka Gejak <[email protected]> > >This is the first of two series adding support for the Realtek RTL8723B >802.11n chipset and its RTL8723BS SDIO variant to rtw88. It contains >only the changes to the shared rtw88 core that the chip driver depends >on. The chip itself, the build glue and the MAINTAINERS entry are a >second series. > >v1 had 19 patches, v2 had 11, this has 5. > ... Hi Ping-Ke, I have sent a v4 that supersedes this series, before you review v3, so you do not spend time on this one. As you suggested, I am noting it here on the v3 cover. v4 re-adds two patches that were dropped in v2, both on the TX report and leave-LPS paths. Testing on slower ARM SDIO hosts, Peter Robinson on the RFC and another tester on a Rockchip RK3288 board, reproduced "failed to get tx report from firmware" and "firmware failed to leave lps state", which my faster x86 host never hit. One of the two simply extends the timeout from commit c80788f7c5ae ("wifi: rtw88: increase TX report timeout to fix race condition"), which you already acked for the RTL8723DU, to the RTL8723BS, since they hit the same off-channel-scan race. The other routes the vendor firmware's management TX report events so the LPS leave check is left alone. Other patches from v3 remain unchanged. v4: https://lore.kernel.org/all/[email protected]/ Best regards, Luka Gejak