Re: [PATCH 2/6] ath9k: add a quirk to set use_msi automatically
From: Christoph Hellwig <hch@infradead.org>
Date: 2017-09-26 06:45:02
Also in:
linux-wireless, lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2017-09-26 06:45:02
Also in:
linux-wireless, lkml
On Tue, Sep 26, 2017 at 02:41:35PM +0800, AceLan Kao wrote:
Some platform(BIOS) blocks legacy interrupts (INTx), and only allows MSI for WLAN device. So adding a quirk to list those machines and set use_msi automatically. Adding Dell Inspiron 24-3460 to the quirk.
Huh? Using MSI should be the default, and skipping MSI should be a quirk if needed at all (usually it should be autodetected)