From 28616cc435e4c5a185c482f7af28b4fd9440331d Mon Sep 17 00:00:00 2001 From: Yuanyuan Liu Date: Thu, 26 Jan 2017 15:32:30 -0800 Subject: 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 --- include/soc/qcom/icnss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3