qcacmn: CL 1479065 - update fw common interface files

qcacld-2.0 to qcacld-3.0 propagation.

Add Qboost dbglog IDs and module ID, add pdev_id to WMI cmds,
wal_power_debug framework to handle WMI cmd for LP features.

Change-Id: I815e29284ab21086f75197c2ce1319e13074e00f
CRs-Fixed: 865207
This commit is contained in:
Krishna Kumaar Natarajan
2016-04-16 16:47:07 +05:30
committed by Gerrit - the friendly Code Review server
parent c285c10e60
commit 0d2a1bd31d

View File

@@ -801,6 +801,7 @@ static uint8_t *get_wmi_cmd_string(WMI_CMD_ID wmi_command)
CASE_RETURN_STRING(WMI_CHAN_AVOID_RPT_ALLOW_CMDID);
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);
}
return "Invalid WMI cmd";