From de992721d67258a58a330c251798206d37b90a3b Mon Sep 17 00:00:00 2001 From: Himanshu Agarwal Date: Fri, 13 May 2016 20:31:57 +0530 Subject: [PATCH] =?UTF-8?q?qcacmn:=20CL=201506155=20=E2=80=93=20update=20f?= =?UTF-8?q?w=20common=20interface=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Propagation from qcacld-2.0 to qcacld-3.0 WMI bandwidth fairness peer configuration command message definition. Change-Id: I8023e8a4f9758d6003a3f666cc45c1e98265c01a CRs-Fixed: 865207 --- wmi_unified.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified.c b/wmi_unified.c index c5af2fbccb..93f81ccf02 100644 --- a/wmi_unified.c +++ b/wmi_unified.c @@ -1551,6 +1551,7 @@ static uint8_t *wmi_id_to_name(WMI_CMD_ID wmi_command) CASE_RETURN_STRING(WMI_SET_PERIODIC_CHANNEL_STATS_CONFIG_CMDID); CASE_RETURN_STRING(WMI_VDEV_SET_CUSTOM_AGGR_SIZE_CMDID); CASE_RETURN_STRING(WMI_PDEV_WAL_POWER_DEBUG_CMDID); + CASE_RETURN_STRING(WMI_PEER_BWF_REQUEST_CMDID); } return "Invalid WMI cmd";