|
@@ -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:
|