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

Commit 09f46cf4 authored by Balaji Pothunoori's avatar Balaji Pothunoori Committed by Gerrit - the friendly Code Review server
Browse files

qcacmn: add wmi service for tx aggregation support

Add wmi service to differentiate max tx aggr support
from firmware.

Change-Id: I2f9a4101815b06b41d4a75d888e30ee42b9307ec
CRs-Fixed: 2959207
parent da1063f7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5247,6 +5247,8 @@ typedef enum {
	wmi_service_igmp_offload_support,
#endif
	wmi_service_sae_eapol_offload_support,
	wmi_service_ampdu_tx_buf_size_256_support,

	wmi_services_max,
} wmi_conv_service_ids;
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
+2 −0
Original line number Diff line number Diff line
@@ -15669,6 +15669,8 @@ static void populate_tlv_service(uint32_t *wmi_service)
	wmi_service[wmi_service_disable_upper_6g_edge_ch_supp] =
			WMI_SERVICE_DISABLE_UPPER_6G_EDGE_CH_SUPP;
#endif
	wmi_service[wmi_service_ampdu_tx_buf_size_256_support] =
			WMI_SERVICE_AMPDU_TX_BUF_SIZE_256_SUPPORT;
}

/**