diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index e58a821f3a..7f11197ddb 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -7833,6 +7833,9 @@ typedef struct { A_UINT32 vdev_id; } wmi_peer_add_wds_entry_cmd_fixed_param; +#define WMI_CHAN_INFO_START_RESP 0 +#define WMI_CHAN_INFO_END_RESP 1 + typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_peer_remove_wds_entry_cmd_fixed_param */ /** wds MAC addr */ @@ -7897,6 +7900,10 @@ typedef struct { A_UINT32 my_bss_rx_cycle_count; /** b-mode data rx time (units are microseconds) */ A_UINT32 rx_11b_mode_data_duration; + /** tx frame count */ + A_UINT32 tx_frame_cnt; + /** mac clock */ + A_UINT32 mac_clk_mhz; } wmi_chan_info_event_fixed_param; /** diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 1ded542df0..468e18d55b 100644 --- a/target/inc/wmi_version.h +++ b/target/inc/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_ 292 +#define __WMI_REVISION_ 293 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work