qcacmn: Add tlv formation of wmi init commands in common wmi layer

Move tlv formation of wmi init commands from umac to
common wmi layer.

Change-Id: I8511de51f341401b5ba64581ba0f6840cfee1590
CRs-Fixed: 983619
このコミットが含まれているのは:
Govind Singh
2016-03-07 16:30:32 +05:30
コミット b75690aa2e
6個のファイルの変更402行の追加1行の削除

ファイルの表示

@@ -647,4 +647,14 @@ CDF_STATUS wmi_unified_dcc_clear_stats(void *wmi_hdl,
CDF_STATUS wmi_unified_dcc_update_ndl(void *wmi_hdl,
struct dcc_update_ndl_param *update_ndl_param);
CDF_STATUS wmi_unified_save_fw_version_cmd(void *wmi_hdl,
void *evt_buf);
CDF_STATUS wmi_unified_send_init_cmd(void *wmi_hdl,
wmi_resource_config *res_cfg,
uint8_t num_mem_chunks, struct wmi_host_mem_chunk *mem_chunk,
bool action);
CDF_STATUS wmi_unified_send_saved_init_cmd(void *wmi_hdl);
#endif /* _WMI_UNIFIED_API_H_ */