qcacmn: CL 1519524 – update fw common interface files

Propagation from qcacld-2.0 to qcacld-3.0.

P2P listed offload WMI messages

Change-Id: I0f591f9a620587ef77be09e3714c7156d4189172
CRs-Fixed: 865207
This commit is contained in:
Himanshu Agarwal
2016-05-30 21:06:16 +05:30
committed by Vishwajith Upendra
parent 06c18396b9
commit fc302f9097

View File

@@ -1553,6 +1553,8 @@ static uint8_t *wmi_id_to_name(WMI_CMD_ID wmi_command)
CASE_RETURN_STRING(WMI_PDEV_WAL_POWER_DEBUG_CMDID);
CASE_RETURN_STRING(WMI_PEER_BWF_REQUEST_CMDID);
CASE_RETURN_STRING(WMI_DBGLOG_TIME_STAMP_SYNC_CMDID);
CASE_RETURN_STRING(WMI_P2P_LISTEN_OFFLOAD_START_CMDID);
CASE_RETURN_STRING(WMI_P2P_LISTEN_OFFLOAD_STOP_CMDID);
}
return "Invalid WMI cmd";