diff options
author | Sandeep Singh <sandsing@codeaurora.org> | 2019-04-10 19:47:37 +0530 |
---|---|---|
committer | Sandeep Singh <sandsing@codeaurora.org> | 2019-05-06 15:23:29 +0530 |
commit | b08dd67c711f131cff76548f3f3f3db8f8a52a29 (patch) | |
tree | 9c8792cf615c7bf20cba9605898990a882f4f821 /include/soc | |
parent | f4d62ca185dd067aec1a6ebf14375abfb95aa935 (diff) |
icnss: Add a flag to indicate PDR
During pdr case wlan host driver is not doing the cleanup of
ipa module. So after sap mode recovery in pdr case
data packets are not going on ipa path even ipa is enabled.
To address this issue send pdr indication to wlan host driver.
Change-Id: Ib0480870d3218da61edb0309725787c0382957ab
Signed-off-by: Sandeep Singh <sandsing@codeaurora.org>
Diffstat (limited to 'include/soc')
-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 010f29db8d48..4de4cd5e89dc 100644 --- a/include/soc/qcom/icnss.h +++ b/include/soc/qcom/icnss.h @@ -158,4 +158,5 @@ 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); extern void icnss_block_shutdown(bool status); +extern bool icnss_is_pdr(void); #endif /* _ICNSS_WLAN_H_ */ |