Re: [PATCH ath-next] wifi: ath12k: wmi: Complete regulatory update for dropped events
Baochen Qiang <[email protected]>
| Newsgroups | org.infradead.lists.ath12k,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On 8/19/2026 3:43 PM, Konrad Dybcio wrote: > On 8/19/26 3:50 AM, Baochen Qiang wrote: >> >> >> On 8/18/2026 10:57 PM, Konrad Dybcio wrote: >>> From: Konrad Dybcio <[email protected]> >>> >>> 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@oss.qualcomm.com/ >> [2] >> https://lore.kernel.org/all/20260729-ath12k-regd-wait-timeout-v1-0-504aa6e7e93c@oss.qualcomm.com/ > > Ah, sorry.. I tried searching for whether you guys handled it but > I didn't find that series. Let's go with your patches. I should have put you in the cc list or reply in the internal thread ... :) > > Konrad