Re: [PATCH ath-next v2] wifi: ath10k: skip WMI and beacon transmission when device is wedged
Jeff Johnson <[email protected]> Tue, 12 May 2026 07:02:34 -0700
| Newsgroups | org.infradead.lists.ath10k,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 28 Apr 2026 14:17:37 +0800, Kang Yang wrote:
> In ath10k_wmi_cmd_send(), the current code detects ATH10K_STATE_WEDGED
> and sets ret to -ESHUTDOWN, but still proceeds to transmit pending
> beacons and calls ath10k_wmi_cmd_send_nowait().
>
> This can lead to incorrect behavior, as WMI commands and beacons are
> still sent after the device has been marked as wedged, and the original
> -ESHUTDOWN return value may be overwritten by the result of the send
> path.
>
> [...]
Applied, thanks!
[1/1] wifi: ath10k: skip WMI and beacon transmission when device is wedged
commit: 54a5b38e4396530e5b2f12b54d3844e860ab6784
Best regards,
--
Jeff Johnson <[email protected]>