|
@@ -5266,6 +5266,7 @@ typedef enum {
|
|
|
wmi_service_obss_spatial_reuse,
|
|
|
wmi_service_per_vdev_chain_support,
|
|
|
wmi_service_new_htt_msg_format,
|
|
|
+ wmi_service_peer_unmap_cnf_support,
|
|
|
wmi_services_max,
|
|
|
} wmi_conv_service_ids;
|
|
|
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
|
|
@@ -5355,6 +5356,7 @@ struct wmi_host_fw_abi_ver {
|
|
|
* @atf_config: ATF config
|
|
|
* @mgmt_comp_evt_bundle_support: bundle support required for mgmt complete evt
|
|
|
* @tx_msdu_new_partition_id_support: new partiition id support for tx msdu
|
|
|
+ * @peer_unmap_conf_support: peer unmap conf support in fw
|
|
|
* @iphdr_pad_config: ipheader pad config
|
|
|
* @qwrap_config: Qwrap configuration
|
|
|
* @alloc_frag_desc_for_data_pkt: Frag desc for data
|
|
@@ -5430,7 +5432,8 @@ typedef struct {
|
|
|
uint32_t atf_config:1,
|
|
|
mgmt_comp_evt_bundle_support:1,
|
|
|
tx_msdu_new_partition_id_support:1,
|
|
|
- new_htt_msg_format:1;
|
|
|
+ new_htt_msg_format:1,
|
|
|
+ peer_unmap_conf_support:1;
|
|
|
uint32_t iphdr_pad_config;
|
|
|
uint32_t
|
|
|
qwrap_config:16,
|