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

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2018 The Linux Foundation. All rights reserved.
* Copyright (c) 2014-2019 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -2001,6 +2001,8 @@
/* The last defined DMSS log code */
#define LOG_1X_LAST_C ((0x8E0) + LOG_1X_BASE_C)
#define LOG_WLAN_COLD_BOOT_CAL_DATA_C ((0xA18) + LOG_1X_BASE_C)
/* This is only here for old (pre equipment ID update) logging code */
#define LOG_LAST_C (LOG_1X_LAST_C & 0xFFF)