fw-api: CL 19024615 - update fw common interface files
Change-Id: I396174aec29466bb5bc6a0af53135c1a535dad0d WMI: add mac_tsf_id field in vdev_start_resp, roam_sync evt msgs CRs-Fixed: 2262693
This commit is contained in:

committed by
Madan Koyyalamudi

parent
4e6bebbfad
commit
cc393b5f3a
@@ -14954,6 +14954,8 @@ typedef struct {
|
||||
* max_allowed_tx_power = 0 dBm means value is not specified.
|
||||
*/
|
||||
A_INT32 max_allowed_tx_power;
|
||||
/** unique id to identify mac's TSF register */
|
||||
A_UINT32 mac_tsf_id;
|
||||
} wmi_vdev_start_response_event_fixed_param;
|
||||
|
||||
typedef struct {
|
||||
@@ -24678,6 +24680,8 @@ typedef struct {
|
||||
* max_allowed_tx_power = 0 dBm means value is not specified.
|
||||
*/
|
||||
A_INT32 max_allowed_tx_power;
|
||||
/** unique id to identify mac's TSF register */
|
||||
A_UINT32 mac_tsf_id;
|
||||
/**
|
||||
* TLV (tag length value) parameters follows roam_synch_event
|
||||
* The TLV's are:
|
||||
|
@@ -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_ 1184
|
||||
#define __WMI_REVISION_ 1185
|
||||
|
||||
/** The Version Namespace should not be normally changed. Only
|
||||
* host and firmware of the same WMI namespace will work
|
||||
|
Reference in New Issue
Block a user