qcacmn: Add feature flag for Health Monitor Feature

Adding feature flag for Health Monitor so that it can be disabled
for 16M and 256M profiles

CRs-Fixed: 3277434
Change-Id: Ibbbe582acd15ebff7e189fcbaa36429ea519db37
This commit is contained in:
Naveen S
2022-09-01 18:34:04 +05:30
committed by Madan Koyyalamudi
parent 5f09e5188b
commit d276b0eda6
7 changed files with 23 additions and 2 deletions

View File

@@ -4977,6 +4977,7 @@ QDF_STATUS wmi_feature_set_cmd_send(
struct target_feature_set *feature_set);
#endif
#ifdef HEALTH_MON_SUPPORT
/**
* wmi_extract_health_mon_event - extract health monitor params
* @wmi_handle: wmi handle
@@ -4990,5 +4991,5 @@ QDF_STATUS wmi_extract_health_mon_event(
wmi_unified_t wmi_handle,
void *ev,
struct wmi_health_mon_params *param);
#endif /* HEALTH_MON_SUPPORT */
#endif /* _WMI_UNIFIED_API_H_ */