[PATCH 0/2][SRU][linux-oem] add MSI support for ath9k
AceLan Kao
acelan.kao at canonical.com
Tue Jan 16 07:08:14 UTC 2018
BugLink: https://bugs.launchpad.net/bugs/1727228
[Impact]
iwlist scan can search the available wifi APs, but can't get connected.
On new Intel platforms like ApolloLake, legacy interrupt mechanism
(INTx) is not supported, so WLAN modules are not working because
interrupts are missing.
The affected and listed platforms are
Dell Inspiron 24-3460
Dell Inspiron 14-3473
Dell Inspiron 3472
Dell Inspiron 3576
Dell Vostro 3262
Dell Vostro 15-3572
Dell Vostro 3578
[Fix]
Qualcomm provided a MSI patch for ath9k, and it fixes the issue.
[Test Case]
Tested on the machines mentioned above, and they all work well.
[Regression Potential]
There shouldn't be any regression potential. These are newly enabled machines and quirks are applied based on DMI_PRODUCT_NAME to only use MSI on such machines.
AceLan Kao (1):
ath9k: add a quirk to set use_msi automatically
Russell Hu (1):
ath9k: add MSI support
drivers/net/wireless/ath/ath9k/hw.c | 33 +++++++++++++++-----
drivers/net/wireless/ath/ath9k/hw.h | 3 ++
drivers/net/wireless/ath/ath9k/init.c | 57 +++++++++++++++++++++++++++++++++++
drivers/net/wireless/ath/ath9k/mac.c | 47 +++++++++++++++++++++++++++++
drivers/net/wireless/ath/ath9k/pci.c | 21 ++++++++++++-
drivers/net/wireless/ath/ath9k/reg.h | 15 +++++++++
6 files changed, 168 insertions(+), 8 deletions(-)
--
2.7.4
More information about the kernel-team
mailing list