qcacmn: Add Diag Log support for cold boot cal event

Add Diag log support for logging cold boot calibration
data sent by firmware via cold boot cal wmi event.

Change-Id: I932fd5f87667498b77ee13ca5b3ce08d6001cdf0
CRs-Fixed: 2413451
This commit is contained in:
Yeshwanth Sriram Guntuka
2019-03-06 15:06:10 +05:30
committed by nshrivas
parent 47eba668fe
commit 07e2c48abe
4 changed files with 32 additions and 2 deletions

View File

@@ -11557,6 +11557,8 @@ static void populate_tlv_events_id(uint32_t *event_ids)
event_ids[wmi_roam_blacklist_event_id] = WMI_ROAM_BLACKLIST_EVENTID;
event_ids[wmi_wlm_stats_event_id] = WMI_WLM_STATS_EVENTID;
event_ids[wmi_peer_cfr_capture_event_id] = WMI_PEER_CFR_CAPTURE_EVENTID;
event_ids[wmi_pdev_cold_boot_cal_event_id] =
WMI_PDEV_COLD_BOOT_CAL_DATA_EVENTID;
}
/**