summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-01 19:23:29 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-01 19:23:29 -0800
commit6fc458fc323c3ec8adfe0798619397ba3722aeee (patch)
treea9296cdf997a9ba0a72386f650175405e33b775f /include
parente03dcc58885fafdba503c1933820d23d4b88103a (diff)
parent28616cc435e4c5a185c482f7af28b4fd9440331d (diff)
Merge "icnss: rename and change the type of enable_fw_log"
Diffstat (limited to 'include')
-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);