diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-08-21 00:20:13 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-08-21 00:20:13 -0700 |
| commit | 5883338fd90e39d43f24134d58b64ea416b0e836 (patch) | |
| tree | 453445b570589246f40b64296c6c45c1a5031941 /include/linux | |
| parent | d3b34dae57510da12d0ac48dd377aa266b5ec487 (diff) | |
| parent | 5eebfeaa9c34ca88ce0c0a72af8022a5798941b7 (diff) | |
Merge "wcnss: modularize wcnss power up sequence and debug logs"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/wcnss_wlan.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/wcnss_wlan.h b/include/linux/wcnss_wlan.h index e0c47f8b06bf..bc838936d2c9 100644 --- a/include/linux/wcnss_wlan.h +++ b/include/linux/wcnss_wlan.h @@ -38,7 +38,6 @@ struct vregs_level { }; struct wcnss_wlan_config { - bool wcn_external_gpio_support; int use_48mhz_xo; int is_pronto_vadc; int is_pronto_v3; @@ -143,6 +142,8 @@ void wcnss_init_delayed_work(struct delayed_work *dwork , void *callbackptr); int wcnss_get_iris_name(char *iris_version); void wcnss_dump_stack(struct task_struct *task); void wcnss_snoc_vote(bool clk_chk_en); +int wcnss_parse_voltage_regulator(struct wcnss_wlan_config *wlan_config, + struct device *dev); #ifdef CONFIG_WCNSS_REGISTER_DUMP_ON_BITE void wcnss_log_debug_regs_on_bite(void); |
