summaryrefslogtreecommitdiff
path: root/include/soc/qcom/icnss.h
diff options
context:
space:
mode:
authorYuanyuan Liu <yuanliu@codeaurora.org>2017-01-26 15:32:30 -0800
committerYuanyuan Liu <yuanliu@codeaurora.org>2017-01-31 10:44:59 -0800
commit28616cc435e4c5a185c482f7af28b4fd9440331d (patch)
treeb80ba66b462f9efd5ee5136d7e6d9c0d86188885 /include/soc/qcom/icnss.h
parentbdea8a5178865d4c40af7c56b9027fbb1da162db (diff)
icnss: rename and change the type of enable_fw_log
enable_fw_log is renamed to fw_log_mode and changed from boolean type to uint8_t, so that it can support multiple log mode. CRs-Fixed: 1116983 Change-Id: I9d4af7cd2c857b62f434d968f51af76121006907 Signed-off-by: Yuanyuan Liu <yuanliu@codeaurora.org>
Diffstat (limited to 'include/soc/qcom/icnss.h')
-rw-r--r--include/soc/qcom/icnss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/qcom/icnss.h b/include/soc/qcom/icnss.h
index 7770f06b5e08..6b567d7a08d3 100644
--- a/include/soc/qcom/icnss.h
+++ b/include/soc/qcom/icnss.h
@@ -104,7 +104,7 @@ extern int icnss_ce_request_irq(unsigned int ce_id,
irqreturn_t (*handler)(int, void *),
unsigned long flags, const char *name, void *ctx);
extern int icnss_get_ce_id(int irq);
-extern int icnss_set_fw_debug_mode(bool enable_fw_log);
+extern int icnss_set_fw_log_mode(uint8_t fw_log_mode);
extern int icnss_athdiag_read(struct device *dev, uint32_t offset,
uint32_t mem_type, uint32_t data_len,
uint8_t *output);