From dee95c757a4abe10cb5871f04cde65d7bd895931 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Thu, 10 Nov 2016 11:25:36 -0800 Subject: [PATCH] qcacmn: Pass WOW enable flags to FW For WOW Enable, firmware accepts a bitmap of flags, but passing them to firmware is not exposed by WMI. Modify WMI to allow passing WOW Enable flags to firmware. Change-Id: I458b01bc6a4e5b14b2a1dfee928136daeb70ebe9 CRs-Fixed: 1092068 --- wmi_unified_param.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index 257b76ab30..6e7e4b69ff 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -695,6 +695,7 @@ struct wow_cmd_params { bool enable; bool can_suspend_link; uint8_t pause_iface_config; + uint32_t flags; }; /**