[PATCH 8/8] UBUNTU: SAUCE: ath9k: set use_msi=1 on Dell Vostro 3578

AceLan Kao acelan.kao at canonical.com
Thu Oct 26 07:18:02 UTC 2017


BugLink: http://bugs.launchpad.net/bugs/1727228

BIOS on Dell Inspiron Vostro 3578 blocks legacy interrupts
(INTx), and only allows MSI for WLAN device.

Signed-off-by: AceLan Kao <acelan.kao at canonical.com>
---
 drivers/net/wireless/ath/ath9k/init.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c
index fbdda28..4801b73 100644
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
@@ -152,6 +152,14 @@ static const struct dmi_system_id ath9k_quirks[] __initconst = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 3576"),
 		},
 	},
+	{
+		.callback = set_use_msi,
+		.ident = "Dell Vostro 3578",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 3578"),
+		},
+	},
 	{}
 };
 
-- 
2.7.4





More information about the kernel-team mailing list