qcacld-3.0: CL 1636297 – update fw common interface files
Propagation from qcacld-2.0 to qcacld-3.0. Add tx frame count and MAC clock to WMI chan info event message. Change-Id: I79c2a07504a5ff84ebf4b48ca00ef3c299fd15f1 CRs-Fixed: 865207
This commit is contained in:

committed by
qcabuildsw

parent
4eefcde5b1
commit
a24c0fe6b7
@@ -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;
|
||||
|
||||
/**
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user