qcacmn: New HTT H2T msg support

Current HTT_H2T messages from host driver does not have
consistency in message length set by host driver. Some
message types include HTC header length also within the
message length, while other types have message length
itself only, which causes difficulty in handling message
length in FW.

Change-Id: I885a21530a2d8f852387ae54cf7ee0751aad2516
CRs-Fixed: 2345075
此提交包含在:
jitiphil
2018-11-05 14:31:21 +05:30
提交者 nshrivas
父節點 264fe67fd1
當前提交 e65cc2defe
共有 4 個檔案被更改,包括 39 行新增2 行删除

查看文件

@@ -5236,6 +5236,7 @@ typedef enum {
wmi_service_esp_support,
wmi_service_obss_spatial_reuse,
wmi_service_per_vdev_chain_support,
wmi_service_new_htt_msg_format,
wmi_services_max,
} wmi_conv_service_ids;
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
@@ -5399,7 +5400,8 @@ typedef struct {
uint32_t tt_support;
uint32_t atf_config:1,
mgmt_comp_evt_bundle_support:1,
tx_msdu_new_partition_id_support:1;
tx_msdu_new_partition_id_support:1,
new_htt_msg_format:1;
uint32_t iphdr_pad_config;
uint32_t
qwrap_config:16,