From fcc15e29a7d9a35261b271af37d70a2bc60749dd Mon Sep 17 00:00:00 2001 From: Anurag Chouhan Date: Thu, 21 Apr 2016 16:26:34 +0530 Subject: [PATCH] qcacmn: CL 1498085 - update fw common interface files qcacld-2.0 to qcacld-3.0 propagation. WMI changes to handle action frames of different category in WoW mode Change-Id: Icbf9ad7cac93dd75ddb976a0f781e20b60201896 CRs-Fixed: 865207 --- wmi/src/wmi_unified.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi/src/wmi_unified.c b/wmi/src/wmi_unified.c index 6fc1649610..cec1cd5c05 100644 --- a/wmi/src/wmi_unified.c +++ b/wmi/src/wmi_unified.c @@ -605,6 +605,7 @@ static uint8_t *get_wmi_cmd_string(WMI_CMD_ID wmi_command) CASE_RETURN_STRING(WMI_CONFIG_ENHANCED_MCAST_FILTER_CMDID); CASE_RETURN_STRING(WMI_VDEV_WISA_CMDID); CASE_RETURN_STRING(WMI_SCAN_ADAPTIVE_DWELL_CONFIG_CMDID); + CASE_RETURN_STRING(WMI_WOW_SET_ACTION_WAKE_UP_CMDID); CASE_RETURN_STRING(WMI_MAWC_SENSOR_REPORT_IND_CMDID); CASE_RETURN_STRING(WMI_ROAM_CONFIGURE_MAWC_CMDID); CASE_RETURN_STRING(WMI_NLO_CONFIGURE_MAWC_CMDID);