summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/ahb.h
diff options
context:
space:
mode:
authorRaja Mani <rmani@qti.qualcomm.com>2016-01-27 12:54:31 +0300
committerKalle Valo <kvalo@qca.qualcomm.com>2016-01-28 11:47:26 +0300
commit1c44fcb9234c80bbf9e4043deab8492e1c0dcf99 (patch)
treeaff7a4eb45c8bfebe35a52a5cf1248559ff68b8f /drivers/net/wireless/ath/ath10k/ahb.h
parent133df0f849bc7b5448c62272986af626f2bda6bd (diff)
downloadlinux-1c44fcb9234c80bbf9e4043deab8492e1c0dcf99.tar.xz
ath10k: include irq related functions in ahb
Add irq related functions to register,handle,release,disable interrupt. qca4019 supports msi interrupt, but it has the problem. Until the issue gets sorted out, only legacy interrupt model is enabled and used. Signed-off-by: Raja Mani <rmani@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/ahb.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/ahb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/ahb.h b/drivers/net/wireless/ath/ath10k/ahb.h
index 4761eeb475d6..97c40e47dc02 100644
--- a/drivers/net/wireless/ath/ath10k/ahb.h
+++ b/drivers/net/wireless/ath/ath10k/ahb.h
@@ -26,6 +26,8 @@ struct ath10k_ahb {
void __iomem *gcc_mem;
void __iomem *tcsr_mem;
+ int irq;
+
struct clk *cmd_clk;
struct clk *ref_clk;
struct clk *rtc_clk;