summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-06-18 22:17:13 -0700
committerLinux Build Service Account <lnxbuild@localhost>2018-06-18 22:17:13 -0700
commitf4e01c0351dddb06cb2725dc56fefcac7ab69fea (patch)
tree3407c10ae8d90c7c52e26dde85255a7fe99c9749
parent23b310001bbf4d15b9eaa403aa7e5394087c2eb0 (diff)
parentb75d2c733fc56f3a7ab36260ea40f9b7a5d83848 (diff)
Merge b75d2c733fc56f3a7ab36260ea40f9b7a5d83848 on remote branch
Change-Id: I3263d6eeca9f26b22c592ec9cfa4b2b56c80eb6e
-rwxr-xr-xfw/wmi_services.h1
-rwxr-xr-xfw/wmi_tlv_defs.h17
-rwxr-xr-xfw/wmi_unified.h111
-rwxr-xr-xfw/wmi_version.h2
4 files changed, 106 insertions, 25 deletions
diff --git a/fw/wmi_services.h b/fw/wmi_services.h
index 70b6e9daf679..e9bbeff19d90 100755
--- a/fw/wmi_services.h
+++ b/fw/wmi_services.h
@@ -254,6 +254,7 @@ typedef enum {
WMI_SERVICE_DUAL_BEACON_ON_SINGLE_MAC_SCC_SUPPORT=158, /* Support dual beacon on same channel on single MAC */
WMI_SERVICE_DUAL_BEACON_ON_SINGLE_MAC_MCC_SUPPORT=159, /* Support dual beacon on different channel on single MAC */
WMI_SERVICE_MOTION_DET=160, /* support for motion detection config */
+ WMI_SERVICE_INFRA_MBSSID=161, /* support infra multi-BSSID feature */
/******* ADD NEW SERVICES HERE *******/
diff --git a/fw/wmi_tlv_defs.h b/fw/wmi_tlv_defs.h
index fb8fa29a713f..ad92b283122a 100755
--- a/fw/wmi_tlv_defs.h
+++ b/fw/wmi_tlv_defs.h
@@ -922,6 +922,7 @@ typedef enum {
WMITLV_TAG_STRUC_wmi_motion_det_base_line_start_stop_cmd_fixed_param,
WMITLV_TAG_STRUC_wmi_motion_det_event,
WMITLV_TAG_STRUC_wmi_motion_det_base_line_event,
+ WMITLV_TAG_STRUC_wmi_ndp_transport_ip_param,
} WMITLV_TAG_ID;
/*
@@ -2947,6 +2948,7 @@ WMITLV_CREATE_PARAM_STRUC(WMI_NDI_GET_CAP_REQ_CMDID);
* A_UINT8 ndp_pmk[];
* A_INT8 ndp_passphrase[];
* A_INT8 nan_servicename[];
+ * wmi_ndp_transport_ip_param ndp_transport_ip_param;
*/
#define WMITLV_TABLE_WMI_NDP_INITIATOR_REQ_CMDID(id,op,buf,len) \
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_ndp_initiator_req_fixed_param, wmi_ndp_initiator_req_fixed_param_PROTOTYPE, fixed_param, WMITLV_SIZE_FIX) \
@@ -2955,7 +2957,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_NDI_GET_CAP_REQ_CMDID);
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, ndp_app_info, WMITLV_SIZE_VAR) \
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, ndp_pmk, WMITLV_SIZE_VAR) \
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_INT8, ndp_passphrase, WMITLV_SIZE_VAR) \
- WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_INT8, nan_servicename, WMITLV_SIZE_VAR)
+ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_INT8, nan_servicename, WMITLV_SIZE_VAR) \
+ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_ndp_transport_ip_param, wmi_ndp_transport_ip_param, ndp_transport_ip_param, WMITLV_SIZE_FIX)
WMITLV_CREATE_PARAM_STRUC(WMI_NDP_INITIATOR_REQ_CMDID);
/** NAN Data Responder Request Cmd
@@ -2966,6 +2969,7 @@ WMITLV_CREATE_PARAM_STRUC(WMI_NDP_INITIATOR_REQ_CMDID);
* A_UINT8 ndp_pmk[];
* A_INT8 ndp_passphrase[];
* A_INT8 nan_servicename[];
+ * wmi_ndp_transport_ip_param ndp_transport_ip_param;
*/
#define WMITLV_TABLE_WMI_NDP_RESPONDER_REQ_CMDID(id,op,buf,len) \
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_ndp_responder_req_fixed_param, wmi_ndp_responder_req_fixed_param_PROTOTYPE, fixed_param, WMITLV_SIZE_FIX) \
@@ -2973,7 +2977,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_NDP_INITIATOR_REQ_CMDID);
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, ndp_app_info, WMITLV_SIZE_VAR) \
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, ndp_pmk, WMITLV_SIZE_VAR) \
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_INT8, ndp_passphrase, WMITLV_SIZE_VAR) \
- WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_INT8, nan_servicename, WMITLV_SIZE_VAR)
+ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_INT8, nan_servicename, WMITLV_SIZE_VAR) \
+ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_ndp_transport_ip_param, wmi_ndp_transport_ip_param, ndp_transport_ip_param, WMITLV_SIZE_FIX)
WMITLV_CREATE_PARAM_STRUC(WMI_NDP_RESPONDER_REQ_CMDID);
/** NAN Data End Request Cmd
@@ -4445,12 +4450,14 @@ WMITLV_CREATE_PARAM_STRUC(WMI_NDP_END_RSP_EVENTID);
* structure. The TLV's are:
* A_UINT8 ndp_cfg[];
* A_UINT8 ndp_app_info[];
+ * wmi_ndp_transport_ip_param ndp_transport_ip_param;
*/
#define WMITLV_TABLE_WMI_NDP_INDICATION_EVENTID(id,op,buf,len) \
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_ndp_indication_event_fixed_param, wmi_ndp_indication_event_fixed_param_PROTOTYPE, fixed_param, WMITLV_SIZE_FIX) \
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, ndp_cfg, WMITLV_SIZE_VAR) \
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, ndp_app_info, WMITLV_SIZE_VAR) \
- WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, ndp_scid, WMITLV_SIZE_VAR)
+ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, ndp_scid, WMITLV_SIZE_VAR) \
+ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_ndp_transport_ip_param, wmi_ndp_transport_ip_param, ndp_transport_ip_param, WMITLV_SIZE_FIX)
WMITLV_CREATE_PARAM_STRUC(WMI_NDP_INDICATION_EVENTID);
/** NDP confirm event
@@ -4459,13 +4466,15 @@ WMITLV_CREATE_PARAM_STRUC(WMI_NDP_INDICATION_EVENTID);
* A_UINT8 ndp_cfg[];
* A_UINT8 ndp_app_info[];
* wmi_channel ndp_channel_list[];
+ * wmi_ndp_transport_ip_param ndp_transport_ip_param;
*/
#define WMITLV_TABLE_WMI_NDP_CONFIRM_EVENTID(id,op,buf,len) \
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_ndp_confirm_event_fixed_param, wmi_ndp_confirm_event_fixed_param_PROTOTYPE, fixed_param, WMITLV_SIZE_FIX) \
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, ndp_cfg, WMITLV_SIZE_VAR) \
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, ndp_app_info, WMITLV_SIZE_VAR) \
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_channel, ndp_channel_list, WMITLV_SIZE_VAR) \
- WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, nss_list, WMITLV_SIZE_VAR)
+ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, nss_list, WMITLV_SIZE_VAR) \
+WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_ndp_transport_ip_param, wmi_ndp_transport_ip_param, ndp_transport_ip_param, WMITLV_SIZE_FIX)
WMITLV_CREATE_PARAM_STRUC(WMI_NDP_CONFIRM_EVENTID);
/** NDP end indication event
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index dbec74e69ac8..86cf40d57029 100755
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -2315,6 +2315,11 @@ typedef struct {
* is equal to or less than the target capability limit reported here.
*/
A_UINT32 max_nlo_ssids;
+ /* ref to section 8.4.2.48 Multiple BSSID element
+ * The Max BSSID Indicator field contains a value assigned to n,
+ * where 2^n is the maximum number of BSSIDs
+ */
+ A_UINT32 max_bssid_indicator;
} wmi_service_ready_ext_event_fixed_param;
typedef enum {
@@ -2880,6 +2885,12 @@ typedef struct {
* 0 - fw chooses its default value: 'num_vdevs' of this structure.
*/
A_UINT32 num_max_sta_vdevs;
+
+ /* ref to section 8.4.2.48 Multiple BSSID element
+ * The Max BSSID Indicator field contains a value assigned to n,
+ * where 2^n is the maximum number of BSSIDs
+ */
+ A_UINT32 max_bssid_indicator;
} wmi_resource_config;
#define WMI_RSRC_CFG_FLAG_SET(word32, flag, value) \
@@ -3154,6 +3165,8 @@ typedef struct {
A_UINT32 num_vendor_oui;
/** Scan control flags extended **/
A_UINT32 scan_ctrl_flags_ext;
+ /** dwell time in msec on active 2G channels, if it's not zero */
+ A_UINT32 dwell_time_active_2g;
/**
* TLV (tag length value) parameters follow the scan_cmd
@@ -5629,18 +5642,19 @@ typedef struct {
} wmi_pdev_set_wmm_params_cmd_fixed_param;
typedef enum {
- WMI_REQUEST_PEER_STAT = 0x01,
- WMI_REQUEST_AP_STAT = 0x02,
- WMI_REQUEST_PDEV_STAT = 0x04,
- WMI_REQUEST_VDEV_STAT = 0x08,
- WMI_REQUEST_BCNFLT_STAT = 0x10,
- WMI_REQUEST_VDEV_RATE_STAT = 0x20,
- WMI_REQUEST_INST_STAT = 0x40,
- WMI_REQUEST_MIB_STAT = 0x80,
- WMI_REQUEST_RSSI_PER_CHAIN_STAT = 0x100,
- WMI_REQUEST_CONGESTION_STAT = 0x200,
- WMI_REQUEST_PEER_EXTD_STAT = 0x400,
- WMI_REQUEST_BCN_STAT = 0x800,
+ WMI_REQUEST_PEER_STAT = 0x0001,
+ WMI_REQUEST_AP_STAT = 0x0002,
+ WMI_REQUEST_PDEV_STAT = 0x0004,
+ WMI_REQUEST_VDEV_STAT = 0x0008,
+ WMI_REQUEST_BCNFLT_STAT = 0x0010,
+ WMI_REQUEST_VDEV_RATE_STAT = 0x0020,
+ WMI_REQUEST_INST_STAT = 0x0040,
+ WMI_REQUEST_MIB_STAT = 0x0080,
+ WMI_REQUEST_RSSI_PER_CHAIN_STAT = 0x0100,
+ WMI_REQUEST_CONGESTION_STAT = 0x0200,
+ WMI_REQUEST_PEER_EXTD_STAT = 0x0400,
+ WMI_REQUEST_BCN_STAT = 0x0800,
+ WMI_REQUEST_BCN_STAT_RESET = 0x1000,
} wmi_stats_id;
/*
@@ -7030,6 +7044,11 @@ typedef struct {
*/
} wmi_per_chain_rssi_stats;
+/* vdev control flags (per bits) */
+#define VDEV_FLAGS_NON_MBSSID_AP 0x00000001 /* legacy AP */
+#define VDEV_FLAGS_TRANSMIT_AP 0x00000002 /* indicate if this vdev is transmitting AP */
+#define VDEV_FLAGS_NON_TRANSMIT_AP 0x00000004 /* explicitly indicate this vdev is non-transmitting AP */
+
typedef struct {
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_create_cmd_fixed_param */
/** unique id identifying the VDEV, generated by the caller */
@@ -7047,6 +7066,10 @@ typedef struct {
* See macros starting with WMI_PDEV_ID_ for values.
*/
A_UINT32 pdev_id;
+ /** control flags for this vdev */
+ A_UINT32 flags;
+ /** vdevid of transmitted AP (mbssid case) */
+ A_UINT32 vdevid_trans;
/* This TLV is followed by another TLV of array of structures
* wmi_vdev_txrx_streams cfg_txrx_streams[];
*/
@@ -8495,6 +8518,20 @@ typedef enum {
*/
WMI_VDEV_PARAM_RAW_IS_ENCRYPTED, /* 0x84 */
+ /**
+ * Dynamically enable/disable green tx (GTX) on supported rates.
+ * Host will set this param to 1 for enabling GTX & 0 for disabling it.
+ * Note: If GTX was already running (since the global GTX control
+ * resides with default BDF setting) & host wants to disable GTX,
+ * the VDEV does not exercise any more TPC changes on the GTX supported
+ * rates & goes to a default GTX SM where all PPDU's sent on default TPC.
+ * Whenever, host wants to reenable GTX, the enable command resumes the
+ * GTX functionality & TPC convergence to lower power levels can be
+ * attained as long as PER on GTX supported rates is within the pre-defined
+ * PER margin configured through the BDF.
+ */
+ WMI_VDEV_PARAM_GTX_ENABLE, /* 0x85 */
+
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
* The below vdev param types are used for prototyping, and are
@@ -8859,6 +8896,8 @@ typedef struct {
* is 0, 1, 4 and 5, set the bitmap to (0X80000033)
*/
A_UINT32 csa_event_bitmap;
+ /** offset (in octets/bytes) of MBSSID IE in beacon frame */
+ A_UINT32 mbssid_ie_offset;
/*
* The TLVs follows:
@@ -15767,6 +15806,28 @@ typedef enum {
WMI_NDP_FORCE_CHANNEL_SETUP = 2/* NDP must start on the provided channel */
} wmi_ndp_channel_cfg_PROTOTYPE;
+/*
+ * The WMI_NDP_IPV6_INTF_ADDR_LEN macro cannot be changed without breaking
+ * WMI compatibility.
+ */
+#define WMI_NDP_IPV6_INTF_ADDR_LEN 16
+
+typedef struct {
+ A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_ndp_transport_ip_param */
+ /* Presence of ipv6_intf_addr */
+ A_UINT32 ipv6_addr_present;
+ /* Presence of transport Port */
+ A_UINT32 trans_port_present;
+ /* Presence of transport Protocol */
+ A_UINT32 trans_proto_present;
+ /* ipv6 Interface address */
+ A_UINT8 ipv6_intf_addr[WMI_NDP_IPV6_INTF_ADDR_LEN];
+ /* Transport Port */
+ A_UINT32 transport_port;
+ /* Transport Protocol */
+ A_UINT32 transport_protocol;
+} wmi_ndp_transport_ip_param;
+
#define wmi_ndp_channel_cfg wmi_ndp_channel_cfg_PROTOTYPE
/**
@@ -15806,6 +15867,7 @@ typedef struct {
* A_UINT8 ndp_pmk[];
* A_INT8 ndp_passphrase[];
* A_INT8 nan_servicename[];
+ * wmi_ndp_transport_ip_param ndp_transport_ip_param;
*/
} wmi_ndp_initiator_req_fixed_param_PROTOTYPE;
@@ -15849,6 +15911,7 @@ typedef struct {
* A_UINT8 ndp_pmk[];
* A_INT8 ndp_passphrase[];
* A_INT8 nan_servicename[];
+ * wmi_ndp_transport_ip_param ndp_transport_ip_param;
*/
} wmi_ndp_responder_req_fixed_param_PROTOTYPE;
@@ -16098,6 +16161,7 @@ typedef struct {
* A_UINT8 ndp_cfg[];
* A_UINT8 ndp_app_info[];
* A_UINT8 nan_scid[];
+ * wmi_ndp_transport_ip_param ndp_transport_ip_param;
*/
} wmi_ndp_indication_event_fixed_param_PROTOTYPE;
@@ -16139,6 +16203,7 @@ typedef struct {
* wmi_channel ndp_channel_list[];
* A_UINT32 nss_list[]; // Nss indexing should match with channel indexing,
* // since Nss is associated with the channel
+ * wmi_ndp_transport_ip_param ndp_transport_ip_param;
*/
} wmi_ndp_confirm_event_fixed_param_PROTOTYPE;
@@ -19174,6 +19239,11 @@ typedef struct {
A_UINT32 queue_ptr_hi; /* upper 32 bits of queue desc adddress */
A_UINT32 queue_no; /* 16-bit number assigned by host for queue,
stored in bits 15:0 of queue_no field */
+ A_UINT32 ba_window_size_valid; /* Is ba_window_size valid?
+ * 0 = Invalid, 1 = Valid */
+ A_UINT32 ba_window_size; /* Valid values: 0 to 256
+ * Host sends the message when BA session is
+ * established or terminated for the TID. */
} wmi_peer_reorder_queue_setup_cmd_fixed_param;
/**
@@ -22336,9 +22406,6 @@ typedef struct {
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_enable_cmd_fixed_param */
/** pdev_id for identifying the MAC. See macros starting with WMI_PDEV_ID_ for values. In non-DBDC case host should set it to 0
- * The host should never set this pdev_id to WMI_PDEV_ID_SOC,
- * because the configuration parameters herein will be different
- * for each MAC instance.
*/
A_UINT32 pdev_id;
A_UINT32 sta_cong_timer_ms; /* STA TWT congestion timer TO value in terms of ms */
@@ -22433,11 +22500,8 @@ typedef enum _WMI_TWT_COMMAND_T {
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_add_dialog_cmd_fixed_param */
A_UINT32 vdev_id; /* VDEV identifier */
- wmi_mac_addr peer_macaddr; /* peer MAC address when vdev is AP VDEV */
- /* diaglog_id (TWT dialog ID)
- * This dialog ID must be unique within its vdev.
- */
- A_UINT32 dialog_id;
+ wmi_mac_addr peer_macaddr; /* peer MAC address */
+ A_UINT32 dialog_id; /* TWT dialog_id is per peer */
/* 1. wake_intvl_mantis must be <= 0xFFFF
* 2. wake_intvl_us must be divided evenly by wake_intvl_mantis,
@@ -22472,6 +22536,7 @@ typedef enum _WMI_ADD_TWT_STATUS_T {
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_add_dialog_complete_event_fixed_param */
A_UINT32 vdev_id; /* VDEV identifier */
+ wmi_mac_addr peer_macaddr; /* peer MAC address */
A_UINT32 dialog_id; /* TWT dialog ID */
A_UINT32 status; /* refer to WMI_ADD_TWT_STATUS_T */
} wmi_twt_add_dialog_complete_event_fixed_param;
@@ -22479,6 +22544,7 @@ typedef struct {
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_del_dialog_cmd_fixed_param */
A_UINT32 vdev_id; /* VDEV identifier */
+ wmi_mac_addr peer_macaddr; /* peer MAC address */
A_UINT32 dialog_id; /* TWT dialog ID */
} wmi_twt_del_dialog_cmd_fixed_param;
@@ -22496,6 +22562,7 @@ typedef enum _WMI_DEL_TWT_STATUS_T {
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_del_dialog_complete_event_fixed_param */
A_UINT32 vdev_id; /* VDEV identifier */
+ wmi_mac_addr peer_macaddr; /* peer MAC address */
A_UINT32 dialog_id; /* TWT dialog ID */
A_UINT32 status; /* refer to WMI_DEL_TWT_STATUS_T */
} wmi_twt_del_dialog_complete_event_fixed_param;
@@ -22503,6 +22570,7 @@ typedef struct {
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_pause_dialog_cmd_fixed_param */
A_UINT32 vdev_id; /* VDEV identifier */
+ wmi_mac_addr peer_macaddr; /* peer MAC address */
A_UINT32 dialog_id; /* TWT dialog ID */
} wmi_twt_pause_dialog_cmd_fixed_param;
@@ -22520,6 +22588,7 @@ typedef enum _WMI_PAUSE_TWT_STATUS_T {
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_pause_dialog_complete_event_fixed_param */
A_UINT32 vdev_id; /* VDEV identifier */
+ wmi_mac_addr peer_macaddr; /* peer MAC address */
A_UINT32 dialog_id; /* TWT dialog ID */
A_UINT32 status; /* refer to WMI_PAUSE_TWT_STATUS_T */
} wmi_twt_pause_dialog_complete_event_fixed_param;
@@ -22527,6 +22596,7 @@ typedef struct {
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_resume_dialog_cmd_fixed_param */
A_UINT32 vdev_id; /* VDEV identifier */
+ wmi_mac_addr peer_macaddr; /* peer MAC address */
A_UINT32 dialog_id; /* TWT dialog ID */
A_UINT32 sp_offset_us; /* this long time after TWT resumed the 1st SP will start */
A_UINT32 next_twt_size; /* Next TWT subfield Size, refer to IEEE 802.11ax sectin "9.4.1.60 TWT Information field" */
@@ -22547,6 +22617,7 @@ typedef enum _WMI_RESUME_TWT_STATUS_T {
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_resume_dialog_complete_event_fixed_param */
A_UINT32 vdev_id; /* VDEV identifier */
+ wmi_mac_addr peer_macaddr; /* peer MAC address */
A_UINT32 dialog_id; /* TWT dialog ID */
A_UINT32 status; /* refer to WMI_RESUME_TWT_STATUS_T */
} wmi_twt_resume_dialog_complete_event_fixed_param;
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 48ca20de9552..dafa2feb410e 100755
--- a/fw/wmi_version.h
+++ b/fw/wmi_version.h
@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */
-#define __WMI_REVISION_ 538
+#define __WMI_REVISION_ 545
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work