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:

committed by
Madan Koyyalamudi

parent
55fbf0b780
commit
b20515577c
@@ -15129,6 +15129,8 @@ typedef struct {
|
|||||||
A_INT32 max_allowed_tx_power;
|
A_INT32 max_allowed_tx_power;
|
||||||
/** unique id to identify mac's TSF register */
|
/** unique id to identify mac's TSF register */
|
||||||
A_UINT32 mac_tsf_id;
|
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;
|
} wmi_vdev_start_response_event_fixed_param;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
@@ -24884,6 +24886,8 @@ typedef struct {
|
|||||||
A_INT32 max_allowed_tx_power;
|
A_INT32 max_allowed_tx_power;
|
||||||
/** unique id to identify mac's TSF register */
|
/** unique id to identify mac's TSF register */
|
||||||
A_UINT32 mac_tsf_id;
|
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
|
* TLV (tag length value) parameters follows roam_synch_event
|
||||||
* The TLV's are:
|
* The TLV's are:
|
||||||
|
@@ -37,7 +37,7 @@
|
|||||||
#define __WMI_VER_MINOR_ 0
|
#define __WMI_VER_MINOR_ 0
|
||||||
/** WMI revision number has to be incremented when there is a
|
/** WMI revision number has to be incremented when there is a
|
||||||
* change that may or may not break compatibility. */
|
* 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
|
/** The Version Namespace should not be normally changed. Only
|
||||||
* host and firmware of the same WMI namespace will work
|
* host and firmware of the same WMI namespace will work
|
||||||
|
Reference in New Issue
Block a user