commit | 7368160f0ab0b1c2c9d95fc52dca1e7ec62201a4 | [log] [tgz] |
---|---|---|
author | Russell Hu <rhu@qti.qualcomm.com> | Tue Jan 16 11:43:47 2018 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Jan 16 16:29:22 2018 +0200 |
tree | 671fa35decb0394d7d4aaf104572791ed5595b40 | |
parent | 79d891c1bbb6573cef31dbc2030fba61cfa1df6d [diff] |
ath9k: add MSI support On new Intel platforms like ApolloLake, legacy interrupt mechanism (INTx) is not supported, so WLAN modules are not working because interrupts are missing, therefore this patch is to add MSI support to ath9k. With module paremeter "use_msi=1", ath9k driver would try to use MSI instead of INTx. Signed-off-by: Russell Hu <rhu@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>