summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorc_manjee <manjee@codeaurora.org>2017-01-02 19:47:21 +0530
committerqcabuildsw <qcabuildsw@localhost>2017-01-05 13:37:31 -0800
commit9fc83c8f607d0313194ec545e47a4b8e3529fef7 (patch)
treeed89dc37a62e107666fc2fe68b346e89615c5664
parent88fb1052e9ded6e51977cce2c2d6b020e785f95e (diff)
qcacmn: CL 2747653 - update fw common interface files
WMI changes for regulatory offload Change-Id: Ia9b77cbb6672d88b0ad6d78d31ca76bd2e697762 CRs-Fixed: 865207
-rw-r--r--wmi/src/wmi_unified.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/wmi/src/wmi_unified.c b/wmi/src/wmi_unified.c
index f6fe54f1e68c..8da80d811699 100644
--- a/wmi/src/wmi_unified.c
+++ b/wmi/src/wmi_unified.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2017 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -1647,6 +1647,9 @@ static uint8_t *wmi_id_to_name(uint32_t wmi_command)
CASE_RETURN_STRING(WMI_SAR_LIMITS_CMDID);
CASE_RETURN_STRING(WMI_REQUEST_RCPI_CMDID);
CASE_RETURN_STRING(WMI_REQUEST_PEER_STATS_INFO_CMDID);
+ CASE_RETURN_STRING(WMI_SET_CURRENT_COUNTRY_CMDID);
+ CASE_RETURN_STRING(WMI_11D_SCAN_START_CMDID);
+ CASE_RETURN_STRING(WMI_11D_SCAN_STOP_CMDID);
}
return "Invalid WMI cmd";