diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2018-12-04 23:54:50 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-12-04 23:54:50 -0800 |
| commit | 22e2c1440fa4d1c3005321ef04bdcdad3fbf9f29 (patch) | |
| tree | 2942ddc5761a770562aa50d2916f3a2b7cfe31c1 | |
| parent | e8f726a4932fc5313abce752e9dcf890fb5df523 (diff) | |
| parent | 0899556dcfd6c553b2fc898b441b6fa722ebab1a (diff) | |
Merge "qcacld-2.0: CL 5987499 - Update fw common interface files" into wlan-cld2.driver.lnx.1.0
| -rw-r--r-- | CORE/SERVICES/COMMON/dbglog_id.h | 6 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wlan_module_ids.h | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/CORE/SERVICES/COMMON/dbglog_id.h b/CORE/SERVICES/COMMON/dbglog_id.h index bd48e61b94de..26a1d9a5629e 100644 --- a/CORE/SERVICES/COMMON/dbglog_id.h +++ b/CORE/SERVICES/COMMON/dbglog_id.h @@ -2074,6 +2074,12 @@ typedef enum { #define WLAN_MODULE_QBOOST_DBGID_WLAN_PEER_NOT_FOUND 1 #define WLAN_MODULE_QBOOST_DEFINITION_END 2 +/* HPCS DBGID */ +#define HPCS_PULSE_START 0 +#define HPCS_PULSE_LF_TIMER 1 +#define HPCS_PULSE_HF_TIMER 2 +#define HPCS_PULSE_POWER_SAVE 3 + #ifdef __cplusplus } #endif diff --git a/CORE/SERVICES/COMMON/wlan_module_ids.h b/CORE/SERVICES/COMMON/wlan_module_ids.h index 19ea4294d220..9953a3e4bb62 100644 --- a/CORE/SERVICES/COMMON/wlan_module_ids.h +++ b/CORE/SERVICES/COMMON/wlan_module_ids.h @@ -112,6 +112,7 @@ typedef enum { WLAN_MODULE_STA_TWT, /* 0x4d */ WLAN_MODULE_AP_TWT, /* 0x4e */ WLAN_MODULE_UL_OFDMA, /* 0x4f */ + WLAN_MODULE_HPCS_PULSE, /* 0x50 */ WLAN_MODULE_ID_MAX, WLAN_MODULE_ID_INVALID = WLAN_MODULE_ID_MAX, |
