diff options
| author | Yuanyuan Liu <yuanliu@qca.qualcomm.com> | 2014-05-02 09:57:56 -0700 |
|---|---|---|
| committer | Pitani Venkata Rajesh Kumar <c_vpitan@qti.qualcomm.com> | 2014-05-08 13:01:42 +0530 |
| commit | c99dceaa877fe1959ae7d6149f548a0857406004 (patch) | |
| tree | 52a083cda505d8bc4baea42355e91d70301c1e31 | |
| parent | df8e5157cb01e541a986d9ea4dbd4a23185548c8 (diff) | |
qcacld: CL 931243 915904 - update FW interface debug log file
Add a debug message id for xtal setting record
CRs-Fixed: 658670
Change-Id: I02a7e5a74689ff57c6b8a1f251bcefa7fd73c1d9
| -rw-r--r-- | CORE/SERVICES/COMMON/dbglog_id.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/dbglog_id.h b/CORE/SERVICES/COMMON/dbglog_id.h index 2f94cf8551d1..6a2f5134c066 100644 --- a/CORE/SERVICES/COMMON/dbglog_id.h +++ b/CORE/SERVICES/COMMON/dbglog_id.h @@ -291,7 +291,8 @@ extern "C" { #define WHAL_ERROR_POWER_EDGE_PWR_TPSCALE 46 #define WHAL_ERROR_POWER_CHAN_REGALLOW 47 #define WHAL_ERROR_WAIT_REG_TIMEOUT 48 -#define WHAL_DBGID_DEFINITION_END 49 +#define WHAL_ERROR_XTAL_SET 49 +#define WHAL_DBGID_DEFINITION_END 50 #define COEX_DEBUGID_START 0 #define BTCOEX_DBG_MCI_1 1 |
