qcacmn: Add third argument to WMI_DBGLOG_CFG_CMDID

This will allow dbglog_cmd in non-tlv path
Since the fw_header structure "struct dbglog_config_msg_s" variable
"cfgvalid" increased size by one

Change-Id: I0ea9782895083b88250e9187e95456f57fa948b9
CRs-Fixed: 2626544
This commit is contained in:
Naresh Parat
2020-03-04 17:49:21 +05:30
committed by nshrivas
父節點 d449534d0b
當前提交 0e1692f8e7

查看文件

@@ -1207,7 +1207,7 @@ struct dbglog_params {
uint32_t val;
uint32_t *module_id_bitmap;
uint32_t bitmap_len;
uint32_t cfgvalid[2];
uint32_t cfgvalid[3];
};
/**