aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTanya Finkel <tfinkel@codeaurora.org>2015-05-05 08:40:02 -0700
committerTanya Finkel <tfinkel@codeaurora.org>2015-05-05 08:40:02 -0700
commit5389b27471580f64545b98c42600ccd1590080a7 (patch)
tree9b953d9e5bceed16da9212130972350dd5f464cb /include/linux
parent756db08df0551f8fe409f051ee96d180bf9fff4c (diff)
downloadqcom-msm-v3.10-5389b27471580f64545b98c42600ccd1590080a7.tar.gz
wcnss: Add support to wlan indication LED
The WLAN indication LED will be turned on/off when WLAN will be enabled/disabled respectively. Change-Id: I5d11720a892b8914c758eec9c798e2bd93c233ef Signed-off-by: Shimrit Malichi <smalichi@codeaurora.org> Signed-off-by: Tanya Finkel <tfinkel@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/wcnss_wlan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/wcnss_wlan.h b/include/linux/wcnss_wlan.h
index 29dd1c2fe86..fd5651743fd 100644
--- a/include/linux/wcnss_wlan.h
+++ b/include/linux/wcnss_wlan.h
@@ -118,6 +118,7 @@ void wcnss_riva_dump_pmic_regs(void);
int wcnss_xo_auto_detect_enabled(void);
u32 wcnss_get_wlan_rx_buff_count(void);
int wcnss_wlan_iris_xo_mode(void);
+void wcnss_en_wlan_led_trigger(void);
#ifdef CONFIG_WCNSS_REGISTER_DUMP_ON_BITE
void wcnss_log_debug_regs_on_bite(void);
#else