From 55f3b737d4e6e43844bec1d79720b2e960fe815b Mon Sep 17 00:00:00 2001 From: Krishna Kumaar Natarajan Date: Mon, 9 Nov 2015 16:13:41 -0800 Subject: qcacld-2.0: CL 1412709 - update fw common interface files Add wmi interface changes related to enhanced ioac feature. Change-Id: Ia45ef032bd6e01242e28123cfc402cac9ae8a22d CRs-Fixed: 865207 --- CORE/SERVICES/COMMON/wmi_unified.h | 9 +++++++++ CORE/SERVICES/COMMON/wmi_version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index bd05e6ee8c31..6831a6bf9b8b 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -6486,6 +6486,8 @@ when comparing wifi header.*/ #define WOW_DEFAULT_IOAC_SOCKET_PATTERN_SIZE_DWORD 8 #define WOW_DEFAULT_IOAC_KEEP_ALIVE_PKT_REV_SIZE 32 #define WOW_DEFAULT_IOAC_KEEP_ALIVE_PKT_REV_SIZE_DWORD 8 +#define WOW_DEFAULT_IOAC_SOCKET_PATTERN_ACKNAK_SIZE 128 +#define WOW_DEFAULT_IOAC_SOCKET_PATTERN_ACKNAK_SIZE_DWORD 32 typedef enum pattern_type_e { WOW_PATTERN_MIN = 0, @@ -6657,6 +6659,11 @@ typedef struct ioac_sock_pattern_s { A_UINT32 remote_port; A_UINT32 pattern_len; /* units = bytes */ A_UINT32 pattern[WOW_DEFAULT_IOAC_SOCKET_PATTERN_SIZE_DWORD]; + WMI_IPV6_ADDR local_ipv6; + WMI_IPV6_ADDR remote_ipv6; + A_UINT32 ack_nak_len; + A_UINT32 ackpkt[WOW_DEFAULT_IOAC_SOCKET_PATTERN_ACKNAK_SIZE_DWORD]; + A_UINT32 nakpkt[WOW_DEFAULT_IOAC_SOCKET_PATTERN_ACKNAK_SIZE_DWORD]; } WOW_IOAC_SOCK_PATTERN_T; typedef struct ioac_pkt_pattern_s { @@ -6698,6 +6705,8 @@ typedef struct ioac_keepalive_s { A_UINT32 recv_period_in_ms; A_UINT32 rev_ka_size; A_UINT32 rev_ka_data[WOW_DEFAULT_IOAC_KEEP_ALIVE_PKT_REV_SIZE_DWORD]; + WMI_IPV6_ADDR local_ipv6; + WMI_IPV6_ADDR remote_ipv6; } WMI_WOW_IOAC_KEEPALIVE_T; typedef struct { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 1b0a756633c5..a4c9d7c5cb0d 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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_ 177 +#define __WMI_REVISION_ 178 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work -- cgit v1.2.3