|
@@ -1586,6 +1586,11 @@ static struct sk_buff *ath10k_wmi_tlv_op_gen_init(struct ath10k *ar)
|
|
cfg->keep_alive_pattern_size = __cpu_to_le32(0);
|
|
cfg->keep_alive_pattern_size = __cpu_to_le32(0);
|
|
cfg->max_tdls_concurrent_sleep_sta = __cpu_to_le32(1);
|
|
cfg->max_tdls_concurrent_sleep_sta = __cpu_to_le32(1);
|
|
cfg->max_tdls_concurrent_buffer_sta = __cpu_to_le32(1);
|
|
cfg->max_tdls_concurrent_buffer_sta = __cpu_to_le32(1);
|
|
|
|
+ cfg->wmi_send_separate = __cpu_to_le32(0);
|
|
|
|
+ cfg->num_ocb_vdevs = __cpu_to_le32(0);
|
|
|
|
+ cfg->num_ocb_channels = __cpu_to_le32(0);
|
|
|
|
+ cfg->num_ocb_schedules = __cpu_to_le32(0);
|
|
|
|
+ cfg->host_capab = __cpu_to_le32(0);
|
|
|
|
|
|
ath10k_wmi_put_host_mem_chunks(ar, chunks);
|
|
ath10k_wmi_put_host_mem_chunks(ar, chunks);
|
|
|
|
|