qcacld-3.0: Remove IPA uC stat log when IPA pipe is suspended
There's an excessive log for IPA uC stat request reason even when WDI pipe is suspended. Enable IPA uC stat request reason log only when IPA pipe is resumed. Change-Id: I35d98e02a9180738bc9cdb25f59e31d572df9e0e CRs-Fixed: 2181952
This commit is contained in:
@@ -282,6 +282,14 @@ QDF_STATUS ucfg_ipa_wlan_evt(struct wlan_objmgr_pdev *pdev,
|
||||
*/
|
||||
int ucfg_ipa_uc_smmu_map(bool map, uint32_t num_buf, qdf_mem_info_t *buf_arr);
|
||||
|
||||
/**
|
||||
* ucfg_ipa_is_fw_wdi_activated - Is FW WDI activated?
|
||||
* @pdev: pdev obj
|
||||
*
|
||||
* Return: true if FW WDI activated, false otherwise
|
||||
*/
|
||||
bool ucfg_ipa_is_fw_wdi_activated(struct wlan_objmgr_pdev *pdev);
|
||||
|
||||
#else
|
||||
|
||||
static inline bool ucfg_ipa_is_present(void)
|
||||
@@ -438,5 +446,11 @@ int ucfg_ipa_uc_smmu_map(bool map, uint32_t num_buf, qdf_mem_info_t *buf_arr)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline
|
||||
bool ucfg_ipa_is_fw_wdi_activated(struct wlan_objmgr_pdev *pdev)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
#endif /* IPA_OFFLOAD */
|
||||
#endif /* _WLAN_IPA_UCFG_API_H_ */
|
||||
|
Reference in New Issue
Block a user