fw-api: CL 19438550 - update fw common interface files

Change-Id: Ieb7a932e498ce0e57d40b1f501c2fbd7f4e91fb2
WMI: add mac_tsf_id_valid fields in vdev_start_response,roam_synch evt msgs
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2022-09-01 12:03:15 -07:00
committed by Madan Koyyalamudi
parent 55fbf0b780
commit b20515577c
2 changed files with 5 additions and 1 deletions

View File

@@ -15129,6 +15129,8 @@ typedef struct {
A_INT32 max_allowed_tx_power;
/** unique id to identify mac's TSF register */
A_UINT32 mac_tsf_id;
/** ignore mac_tsf_id unless mac_tsf_id_valid is set */
A_UINT32 mac_tsf_id_valid;
} wmi_vdev_start_response_event_fixed_param;
typedef struct {
@@ -24884,6 +24886,8 @@ typedef struct {
A_INT32 max_allowed_tx_power;
/** unique id to identify mac's TSF register */
A_UINT32 mac_tsf_id;
/** ignore mac_tsf_id unless mac_tsf_id_valid is set */
A_UINT32 mac_tsf_id_valid;
/**
* TLV (tag length value) parameters follows roam_synch_event
* The TLV's are:

View File

@@ -37,7 +37,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_ 1208
#define __WMI_REVISION_ 1209
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work