Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1739561
| From | AceLan Kao <acelan.kao@canonical.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/6] ath9k: set use_msi=1 on Dell Vostro 3262 |
| Date | 2017-09-26 08:50 +0200 |
| Message-ID | <utRQS-150-27@gated-at.bofh.it> (permalink) |
| References | <utRQR-150-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
BIOS on Dell Vostro 3262 blocks legacy interrupts (INTx),
and only allows MSI for WLAN device.
Signed-off-by: AceLan Kao <acelan.kao@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 1667949..6b5d53c 100644
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
@@ -112,6 +112,14 @@ static const struct dmi_system_id ath9k_quirks[] __initconst = {
DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 24-3460"),
},
},
+ {
+ .callback = set_use_msi,
+ .ident = "Dell Vostro 3262",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 3262"),
+ },
+ },
{}
};
--
2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/6] ath9k: add MSI support and use_msi parameter AceLan Kao <acelan.kao@canonical.com> - 2017-09-26 08:50 +0200
[PATCH 6/6] ath9k: set use_msi=1 on Dell Inspiron 14-3473 AceLan Kao <acelan.kao@canonical.com> - 2017-09-26 08:50 +0200
[PATCH 4/6] ath9k: set use_msi=1 on Dell Inspiron 3472 AceLan Kao <acelan.kao@canonical.com> - 2017-09-26 08:50 +0200
[PATCH 2/6] ath9k: add a quirk to set use_msi automatically AceLan Kao <acelan.kao@canonical.com> - 2017-09-26 08:50 +0200
Re: [PATCH 2/6] ath9k: add a quirk to set use_msi automatically Christoph Hellwig <hch@infradead.org> - 2017-09-26 08:50 +0200
Re: [PATCH 2/6] ath9k: add a quirk to set use_msi automatically AceLan Kao <acelan.kao@canonical.com> - 2017-09-26 09:30 +0200
Re: [PATCH 2/6] ath9k: add a quirk to set use_msi automatically Christoph Hellwig <hch@infradead.org> - 2017-09-26 16:10 +0200
Re: [PATCH 2/6] ath9k: add a quirk to set use_msi automatically Kalle Valo <kvalo@codeaurora.org> - 2017-09-26 16:20 +0200
Re: [PATCH 2/6] ath9k: add a quirk to set use_msi automatically AceLan Kao <acelan.kao@canonical.com> - 2017-09-28 10:30 +0200
Re: [PATCH 2/6] ath9k: add a quirk to set use_msi automatically Daniel Drake <drake@endlessm.com> - 2017-10-02 06:30 +0200
[PATCH 3/6] ath9k: set use_msi=1 on Dell Vostro 3262 AceLan Kao <acelan.kao@canonical.com> - 2017-09-26 08:50 +0200
[PATCH 5/6] ath9k: set use_msi=1 on Dell Vostro 15-3572 AceLan Kao <acelan.kao@canonical.com> - 2017-09-26 08:50 +0200
csiph-web