On 26/11/2025 01:38, Dmitry Baryshkov wrote:
[...]
with qcom,snoc-host-cap-8bit-quirk I get
```
ath10k_snoc 18800000.wifi: msa info req rejected: 90
```
without it I get
```
ath10k_snoc 18800000.wifi: host capability request rejected: 1
```
Please help me understand how I should proceed.
I guess I'll just voice my support in
https://patchwork.kernel.org/project/ath10k/patch/[email protected]/
for now.
Can "... we just ignore the return value of
ath10k_qmi_host_cap_send_sync() and move along"?
From: https://lore.kernel.org/all/20201029134017.GA807@yoga/
SNIP ---
> Why can't you just always ignore this error? If you can't deal with this
> entirely in the driver, then it should be part of the WiFi firmware so
> it's always in sync.
>
Unfortunately the firmware versions I've hit this problem on has gone
belly up when receiving this request, that's why I asked Amit to add a
flag to skip it.
That said, in the devices I've hit this I've managed to get newer
firmware working, which doesn't have either problem.
SNIP ---
That's the pain behind it.
David