Re: [PATCH v2 06/11] wifi: rtw88: coex: reassert the antenna path when associating

From: luka . gejak

Date: Thu Jul 30 2026 - 03:59:40 EST


From: Luka Gejak <luka.gejak@xxxxxxxxx>

On 27/07/2026 08:21, Ping-Ke Shih wrote:
>> +/* Replayed immediately before start_clnt_join()/auth: BT_INFO + PS-TDMA type 8
>> + * then the forced WiFi PTA antenna path, so the auth window is clean.
>> + */
>
> Comment style.

Fixed.

The chip test in rtw_coex_connect_notify() also moved into a single
rtw_coex_8723bs_connect_notify() that the common flow calls once, to
match what you asked for on patch 05.

Two other things went while I was in here. rtw_fw_query_bt_info() and
two of the three repeated PS-TDMA H2Cs in the pre-auth replay are gone
(see my reply on patch 05 for the measurement), and
rtw_coex_8723bs_restore_pad_ctrl() had a keep_pta_owner argument that
was true at every call site, so the argument and its dead branch are
removed.

Best regards,
Luka Gejak