aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/mhi.h
diff options
context:
space:
mode:
authorCarl Huang <cjhuang@codeaurora.org>2020-12-11 19:35:41 +0200
committerKalle Valo <kvalo@codeaurora.org>2020-12-12 06:41:16 +0200
commit34fb81e4eb924f73f0b0428c6c8fd3b2b44c518c (patch)
tree487d48bfcc9bf47067a4287b15e1e7935456e239 /drivers/net/wireless/ath/ath11k/mhi.h
parentath11k: Fix incorrect tlvs in scan start command (diff)
downloadlinux-dev-34fb81e4eb924f73f0b0428c6c8fd3b2b44c518c.tar.xz
linux-dev-34fb81e4eb924f73f0b0428c6c8fd3b2b44c518c.zip
ath11k: mhi: hook suspend and resume
MHI suspend and resume isn't hooked in ath11k yet, so hook these functions needed for suspend support. Tested-on: QCA6390 hw2.0 PCI WLAN.HST.1.0.1-01740-QCAHSTSWPLZ_V2_TO_X86-1 Signed-off-by: Carl Huang <cjhuang@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/1607708150-21066-2-git-send-email-kvalo@codeaurora.org
Diffstat (limited to '')
-rw-r--r--drivers/net/wireless/ath/ath11k/mhi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath11k/mhi.h b/drivers/net/wireless/ath/ath11k/mhi.h
index a7fd5e201d18..488dada5d31c 100644
--- a/drivers/net/wireless/ath/ath11k/mhi.h
+++ b/drivers/net/wireless/ath/ath11k/mhi.h
@@ -36,4 +36,7 @@ void ath11k_mhi_unregister(struct ath11k_pci *ar_pci);
void ath11k_mhi_set_mhictrl_reset(struct ath11k_base *ab);
void ath11k_mhi_clear_vector(struct ath11k_base *ab);
+void ath11k_mhi_suspend(struct ath11k_pci *ar_pci);
+void ath11k_mhi_resume(struct ath11k_pci *ar_pci);
+
#endif