summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishank Aggarwal <naggar@codeaurora.org>2016-11-08 13:34:12 +0530
committerqcabuildsw <qcabuildsw@localhost>2016-11-24 21:14:06 -0800
commit6eb81b3c86aa5ea69083b05e1296d02eb751a76f (patch)
treeef86c13ee47107e821185c7c1097995e4beccaa0
parent8a6cdc15d54c33ff0f61eebe371bde51f35193ee (diff)
qcacmn: CL 1683879 - update fw common interface files
WMI message to allow Specific Absorbtion Rate / tx power limits to be set per band, chain, or modulation class. Change-Id: Iece786a4e731462fd282e3eb3107541338a3af30 CRs-Fixed: 865207
-rw-r--r--wmi/src/wmi_unified.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wmi/src/wmi_unified.c b/wmi/src/wmi_unified.c
index 1c92b5429c8a..75070c34c821 100644
--- a/wmi/src/wmi_unified.c
+++ b/wmi/src/wmi_unified.c
@@ -1643,6 +1643,7 @@ static uint8_t *wmi_id_to_name(uint32_t wmi_command)
CASE_RETURN_STRING(WMI_PDEV_DFS_PHYERR_OFFLOAD_DISABLE_CMDID);
CASE_RETURN_STRING(WMI_VDEV_ADFS_CH_CFG_CMDID);
CASE_RETURN_STRING(WMI_VDEV_ADFS_OCAC_ABORT_CMDID);
+ CASE_RETURN_STRING(WMI_SAR_LIMITS_CMDID);
}
return "Invalid WMI cmd";