|
@@ -5348,6 +5348,7 @@ typedef enum {
|
|
|
wmi_service_data_stall_recovery_support,
|
|
|
wmi_service_tx_compl_tsf64,
|
|
|
wmi_service_vdev_delete_all_peer,
|
|
|
+ wmi_service_three_way_coex_config_legacy,
|
|
|
wmi_services_max,
|
|
|
} wmi_conv_service_ids;
|
|
|
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
|
|
@@ -5469,6 +5470,7 @@ struct wmi_host_fw_abi_ver {
|
|
|
* @twt_ap_sta_count: Max no of STA with which TWT sessions can be formed
|
|
|
* by the AP
|
|
|
* @max_bssid_indicator: max number of MBSS VAPs
|
|
|
+ * @three_way_coex_config_legacy_en: enable three way coex legacy feature
|
|
|
*/
|
|
|
typedef struct {
|
|
|
uint32_t num_vdevs;
|
|
@@ -5551,6 +5553,7 @@ typedef struct {
|
|
|
uint32_t eapol_minrate_set:1,
|
|
|
eapol_minrate_ac_set:2;
|
|
|
bool tstamp64_en;
|
|
|
+ bool three_way_coex_config_legacy_en;
|
|
|
} target_resource_config;
|
|
|
|
|
|
/**
|