]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: add MSI support
authorRussell Hu <rhu@qti.qualcomm.com>
Tue, 16 Jan 2018 09:43:47 +0000 (11:43 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 16 Jan 2018 14:29:22 +0000 (16:29 +0200)
commit72f2088429ae0bc6be2a865354479637aa61825a
tree671fa35decb0394d7d4aaf104572791ed5595b40
parent673bfcd40796d9b83f5b0defed217430830bdc62
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>
drivers/net/wireless/ath/ath9k/hw.c
drivers/net/wireless/ath/ath9k/hw.h
drivers/net/wireless/ath/ath9k/init.c
drivers/net/wireless/ath/ath9k/mac.c
drivers/net/wireless/ath/ath9k/pci.c
drivers/net/wireless/ath/ath9k/reg.h