Re: [PATCH 2/6] ath9k: add a quirk to set use_msi automatically

From: Daniel Drake
Date: Thu Oct 12 2017 - 21:17:11 EST


On Fri, Oct 13, 2017 at 9:12 AM, AceLan Kao <acelan.kao@xxxxxxxxxxxxx> wrote:
> Hi Daniel,
>
> After applied the 2 commits you mentioned in the email, ath9k works.
>
> https://marc.info/?l=linux-wireless&m=150631274108016&w=2
> https://github.com/endlessm/linux/commit/739c7a924db8f4434a9617657

Thanks for testing. However the approach was basically rejected in this thread:
[PATCH] PCI MSI: allow alignment restrictions on vector allocation
https://marc.info/?t=150631283200001&r=1&w=2

So we still need an upstream solution.

I am curious what Qualcomm have to say about their hardware corrupting
the MSI Message Data value. Is there any news on them submitting the
MSI support patch?

Separately we have the option of seeing if Intel can help us unblock
the legacy interrupt (assuming it was simply blocked by the BIOS), or
adding an interrupt-polling fallback path to ath9k.

Daniel