qcacld-3.0: CL 1528698 - update fw common interface files

Propagation from qcacld-2.0 to qcacld-3.0

Add support for setting hardware mode within WMI_INIT_CMD

Change-Id: If5855fb1f1bc2a85fd27a34575a009b9f6b1e008
CRs-fixed: 865207
此提交包含在:
Pradeep Reddy POTTETI
2016-06-20 14:16:23 +05:30
提交者 Nandini Suresh
父節點 67c778a99b
當前提交 a280b5cb0b
共有 3 個檔案被更改,包括 11 行新增3 行删除

查看文件

@@ -2428,9 +2428,16 @@ typedef struct {
A_UINT32 num_host_mem_chunks;
/** size of array host_mem_chunks[] */
/* The TLVs for resource_config and host_mem_chunks[] will follow.
/* The TLVs for resource_config, host_mem_chunks[], and
* hw_mode_config will follow.
* wmi_resource_config resource_config;
* wlan_host_memory_chunk host_mem_chunks[];
* wmi_pdev_set_hw_mode_cmd_fixed_param hw_mode_config;
* Note that the hw_mode_config, in spite of its "pdev" name,
* applies to the entire target rather than for a single pdev
* within the target.
* To avoid specifying a HW mode for the target, the host should
* fill hw_mode_config's fields with 0x0.
*/
} wmi_init_cmd_fixed_param;