From 217e9a985e875a79c80ab32f1a12b5bfd3a2754b Mon Sep 17 00:00:00 2001 From: "Selvaraj, Sridhar" Date: Tue, 28 Jun 2016 14:49:13 +0530 Subject: [PATCH] qcacld-3.0: CL 1532157 - update fw common interface files qcacld-2.0 to qcacld-3.0 propagation Add WMI TDLS scan start, complete events. Change-Id: I74f0948061bee593dc15a0ceaab0a25633bb6dd4 CRs-fixed: 865207 --- target/inc/wmi_unified.h | 10 ++++++++++ target/inc/wmi_version.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 97f32f9e99..eecc52a537 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -10319,6 +10319,16 @@ enum wmi_tdls_peer_reason { WMI_TDLS_ENTER_BT_BUSY_MODE, /** BT exited busy mode, TDLS connection tracker needs to handle this */ WMI_TDLS_EXIT_BT_BUSY_MODE, + /* + * TDLS module received a scan start event, TDLS connection tracker + * needs to handle this + */ + WMI_TDLS_SCAN_STARTED_EVENT, + /* + * TDLS module received a scan complete event, TDLS connection tracker + * needs to handle this + */ + WMI_TDLS_SCAN_COMPLETED_EVENT, }; /* WMI_TDLS_PEER_EVENTID */ diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 346de73f00..c5e4e9aac2 100644 --- a/target/inc/wmi_version.h +++ b/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_ 267 +#define __WMI_REVISION_ 268 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work