summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorHardik Kantilal Patel <hkpatel@codeaurora.org>2016-10-03 15:28:56 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-06 23:00:51 -0700
commit0cc08805ebeb314ac5874cafd04d717cc01891c4 (patch)
tree28effdb4f48a535aee99636081d5dd5dd18d3a1c /include/soc
parente9a7b4841897c06e8fe78c70869d81874687a29b (diff)
icnss: Provide API to check QMI support
Provide API to check QMI support present or not to WLAN host driver. Based on this information driver can pass the DMA physical address info via shadow register to WLAN FW. CRs-Fixed: 1073647 Change-Id: Iec9d3a3b468ddf6607e4a942bb3cf9133e9f0c34 Signed-off-by: Hardik Kantilal Patel <hkpatel@codeaurora.org>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/qcom/icnss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/qcom/icnss.h b/include/soc/qcom/icnss.h
index 8704b2e7cfbc..687d3b47876c 100644
--- a/include/soc/qcom/icnss.h
+++ b/include/soc/qcom/icnss.h
@@ -125,5 +125,6 @@ extern int icnss_get_wlan_unsafe_channel(u16 *unsafe_ch_list, u16 *ch_count,
u16 buf_len);
extern int icnss_wlan_set_dfs_nol(const void *info, u16 info_len);
extern int icnss_wlan_get_dfs_nol(void *info, u16 info_len);
+extern bool icnss_is_qmi_disable(void);
#endif /* _ICNSS_WLAN_H_ */