From d9221545a9550ecc52915dfa232801c390a158b7 Mon Sep 17 00:00:00 2001 From: Siddarth Poddar Date: Fri, 1 Apr 2016 17:45:06 +0530 Subject: [PATCH] qcacmn: Fix tlv formation of gtk offload command Add gtk offload enable/disable macros and use them while copy keys and replay counter. Change-Id: Ifdd776bc0c567d6c815ab5cb3eb212a43889b5a5 CRs-Fixed: 987362 --- wmi_unified_param.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index 3bc4e84540..c8e210cd93 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -2181,6 +2181,8 @@ struct periodic_tx_pattern { #define WMI_GTK_OFFLOAD_KEK_BYTES 16 #define WMI_GTK_OFFLOAD_KCK_BYTES 16 +#define WMI_GTK_OFFLOAD_ENABLE 0 +#define WMI_GTK_OFFLOAD_DISABLE 1 /** * struct gtk_offload_params - gtk offload parameters