Browse Source

qcacmn: CL 1470160 - update fw common interface files

Propagation from qcacld-2.0 to qcacld-3.0.

Periodic channel stats and WMI chan info extension
Define a flag which indicates the packet responsible
for wake up the host from suspend mode

Change-Id: Ieb5f47f16c5f55790511e02d97db57f4fdf6de97
CRs-Fixed: 865207
Sandeep Puligilla 9 years ago
parent
commit
83a228e9e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wmi/src/wmi_unified.c

+ 1 - 0
wmi/src/wmi_unified.c

@@ -799,6 +799,7 @@ static uint8_t *get_wmi_cmd_string(WMI_CMD_ID wmi_command)
 		CASE_RETURN_STRING(WMI_PDEV_SET_ANTENNA_MODE_CMDID);
 		CASE_RETURN_STRING(WMI_ROAM_SET_MBO_PARAM_CMDID);
 		CASE_RETURN_STRING(WMI_CHAN_AVOID_RPT_ALLOW_CMDID);
+		CASE_RETURN_STRING(WMI_SET_PERIODIC_CHANNEL_STATS_CONFIG_CMDID);
 	}
 
 	return "Invalid WMI cmd";