qcacld-3.0: CL 1473135 - update fw common interface files

qcacld-2.0 to qcacld-3.0 propagation.

Adding new WOW_EVENT and WOW_WAKE_REASON for TDLS Connection tracker events.

Change-Id: Iffc20bf2d18a6f372105570697104c0b8ffca3b3
CRs-Fixed: 865207
This commit is contained in:
Krishna Kumaar Natarajan
2016-03-25 13:59:54 -07:00
committed by Gerrit - the friendly Code Review server
parent 3eed86b95d
commit 3bd7364475
2 changed files with 3 additions and 1 deletions

View File

@@ -7904,6 +7904,7 @@ typedef enum event_type_e {
WOW_NLO_SCAN_COMPLETE_EVENT,
WOW_NAN_DATA_EVENT,
WOW_NAN_RTT_EVENT,
WOW_TDLS_CONN_TRACKER_EVENT,
} WOW_WAKE_EVENT_TYPE;
typedef enum wake_reason_e {
@@ -7950,6 +7951,7 @@ typedef enum wake_reason_e {
WOW_REASON_BPF_ALLOW,
WOW_REASON_NAN_DATA,
WOW_REASON_NAN_RTT,
WOW_REASON_TDLS_CONN_TRACKER_EVENT,
WOW_REASON_DEBUG_TEST = 0xFF,
} WOW_WAKE_REASON_TYPE;