qcacmn: Add support to send hw_mode in init cmd
Support to add hw_mode in init command is added by FW to let host choose the mode to be use. Change init cmd send API to enable upper layer to send the hw_mode selected. Since this is new TLV in init command, init cmd send API needs to be changed to accommodate this parameter. Change-Id: I172d8d737425599c36666d9fec8a6cdd48085097 CRs-Fixed: 2004652
这个提交包含在:
@@ -923,9 +923,7 @@ host_mem_req * (*extract_host_mem_req)(wmi_unified_t wmi_handle,
|
||||
void *evt_buf, uint8_t *num_entries);
|
||||
|
||||
QDF_STATUS (*init_cmd_send)(wmi_unified_t wmi_handle,
|
||||
target_resource_config *res_cfg,
|
||||
uint8_t num_mem_chunks,
|
||||
struct wmi_host_mem_chunk *mem_chunk);
|
||||
struct wmi_init_cmd_param *param);
|
||||
|
||||
QDF_STATUS (*save_fw_version)(wmi_unified_t wmi_handle, void *evt_buf);
|
||||
uint32_t (*ready_extract_init_status)(wmi_unified_t wmi_hdl, void *ev);
|
||||
|
在新工单中引用
屏蔽一个用户