Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8cfe0e3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ath10k: Indicate MSDU_ID_NEW_PARTITION support in host cap flags"

parents 4d05a1d2 7db200f1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1505,6 +1505,12 @@ static struct sk_buff *ath10k_wmi_tlv_op_gen_init(struct ath10k *ar)
	cfg->keep_alive_pattern_size = __cpu_to_le32(0);
	cfg->max_tdls_concurrent_sleep_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(WMI_TLV_TX_MSDU_ID_NEW_PARTITION_SUPPORT);

	ath10k_wmi_put_host_mem_chunks(ar, chunks);

+7 −0
Original line number Diff line number Diff line
@@ -1254,6 +1254,8 @@ struct wmi_tlv_rdy_ev {
	__le32 status;
} __packed;

#define WMI_TLV_TX_MSDU_ID_NEW_PARTITION_SUPPORT  BIT(10)

struct wmi_tlv_resource_config {
	__le32 num_vdevs;
	__le32 num_peers;
@@ -1291,6 +1293,11 @@ struct wmi_tlv_resource_config {
	__le32 keep_alive_pattern_size;
	__le32 max_tdls_concurrent_sleep_sta;
	__le32 max_tdls_concurrent_buffer_sta;
	__le32 wmi_send_separate;
	__le32 num_ocb_vdevs;
	__le32 num_ocb_channels;
	__le32 num_ocb_schedules;
	__le32 host_capab;
} __packed;

struct wmi_tlv_init_cmd {