diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-08-30 13:05:57 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-08-30 13:05:57 -0700 |
| commit | d049ead4486d96ccc772579d4d2d790c888fec44 (patch) | |
| tree | 38260bedbecf6683b92b7d620d0d85bc55e7deff /include | |
| parent | d2c711c7ab9261b757594e25e5ae4266609fe665 (diff) | |
| parent | e7ad20af9a4e6466d6cd3a4d26d13780c63c3b87 (diff) | |
Merge "icnss: Add a flag to indicare FW rejuvenate"
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/qcom/icnss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/qcom/icnss.h b/include/soc/qcom/icnss.h index ae8834d3fe54..85ec8beb3157 100644 --- a/include/soc/qcom/icnss.h +++ b/include/soc/qcom/icnss.h @@ -153,6 +153,7 @@ extern int icnss_wlan_get_dfs_nol(void *info, u16 info_len); extern bool icnss_is_qmi_disable(struct device *dev); extern bool icnss_is_fw_ready(void); extern bool icnss_is_fw_down(void); +extern bool icnss_is_rejuvenate(void); extern int icnss_set_wlan_mac_address(const u8 *in, const uint32_t len); extern u8 *icnss_get_wlan_mac_address(struct device *dev, uint32_t *num); extern int icnss_trigger_recovery(struct device *dev); |
