From 4b997fd88905f226e23f6fae65072616fb216558 Mon Sep 17 00:00:00 2001 From: Pradeep Reddy POTTETI Date: Mon, 20 Jun 2016 13:25:31 +0530 Subject: [PATCH] qcacmn: CL 1527207 - update fw common interface files Propagation from qcacld-2.0 to qcacld-3.0 Add mcast filter set/delete command that can take multiple filters in a list. Fix HTT typos to make MACROS consistent with the field name. Change-Id: I97ca72f102faecfc3d20409b0d4819a09968417c CRs-fixed: 865207 --- wmi_unified.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified.c b/wmi_unified.c index 49cfce8db2..84400849ab 100644 --- a/wmi_unified.c +++ b/wmi_unified.c @@ -1576,6 +1576,7 @@ static uint8_t *wmi_id_to_name(WMI_CMD_ID wmi_command) CASE_RETURN_STRING(WMI_P2P_LISTEN_OFFLOAD_STOP_CMDID); CASE_RETURN_STRING(WMI_PEER_REORDER_QUEUE_SETUP_CMDID); CASE_RETURN_STRING(WMI_PEER_REORDER_QUEUE_REMOVE_CMDID); + CASE_RETURN_STRING(WMI_SET_MULTIPLE_MCAST_FILTER_CMDID); } return "Invalid WMI cmd";