Re: [PATCH ath-next] wifi: ath12k: wmi: Complete regulatory update for dropped events

From: Konrad Dybcio

Date: Wed Aug 19 2026 - 03:44:01 EST


On 8/19/26 3:50 AM, Baochen Qiang wrote:
>
>
> On 8/18/2026 10:57 PM, Konrad Dybcio wrote:
>> From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
>>
>> If ath12k_reg_validate_reg_info() returns STATUS_FALLBACK/DROP (which
>> are not fatal), the code then jumps to mem_free with pdev_idx still set
>> to 255, making the following completion never take place.

[...]

> there is a similar patch [1] as part of a series [2]:
>
> [1]
> https://lore.kernel.org/all/20260729-ath12k-regd-wait-timeout-v1-1-504aa6e7e93c@xxxxxxxxxxxxxxxx/
> [2]
> https://lore.kernel.org/all/20260729-ath12k-regd-wait-timeout-v1-0-504aa6e7e93c@xxxxxxxxxxxxxxxx/

Ah, sorry.. I tried searching for whether you guys handled it but
I didn't find that series. Let's go with your patches.

Konrad