Browse Source

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
Krishna Kumaar Natarajan 9 years ago
parent
commit
3bd7364475
2 changed files with 3 additions and 1 deletions
  1. 2 0
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 2 - 0
target/inc/wmi_unified.h

@@ -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;
 

+ 1 - 1
target/inc/wmi_version.h

@@ -36,7 +36,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility */
-#define __WMI_REVISION_ 220
+#define __WMI_REVISION_ 221
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work