qcacmn: Add diag log support for connection/roaming/11kv debugging
Add data structures to support diag log payloads. Define new diag logs with the log id defined at the global diag logs definition. Below new diag logs are introduced: LOG_WLAN_AUTH_ASSOC_TX_RX_INFO_C LOG_WLAN_ROAM_TRIGGER_INFO_C LOG_WLAN_ROAM_SCAN_INFO_C LOG_WLAN_ROAM_RESULT_INFO_C LOG_WLAN_RRM_TX_RX_INFO_C Change-Id: I08b8ce156b405e555bc9c981b46ee8924bc76364 CRs-Fixed: 2595648
This commit is contained in:

committed by
nshrivas

父節點
b976076b3b
當前提交
412c1e6a88
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014-2019 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2014-2020 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
|
||||
@@ -2003,6 +2003,12 @@
|
||||
|
||||
#define LOG_WLAN_COLD_BOOT_CAL_DATA_C ((0xA18) + LOG_1X_BASE_C)
|
||||
|
||||
#define LOG_WLAN_AUTH_ASSOC_TX_RX_INFO_C ((0x1A19) + LOG_1X_BASE_C)
|
||||
#define LOG_WLAN_ROAM_TRIGGER_INFO_C ((0x1A1A) + LOG_1X_BASE_C)
|
||||
#define LOG_WLAN_ROAM_SCAN_INFO_C ((0x1A1B) + LOG_1X_BASE_C)
|
||||
#define LOG_WLAN_ROAM_RESULT_INFO_C ((0x1A1C) + LOG_1X_BASE_C)
|
||||
#define LOG_WLAN_RRM_TX_RX_INFO_C ((0x1A1D) + 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)
|
||||
|
||||
|
Reference in New Issue
Block a user