fw-api: CL 11212157 - update fw common interface files
Change-Id: I419263a90837b3a95d676e50520895e595c34608 WMI: add fc_duration field in frame_inject_cmd msg CRs-Fixed: 2262693
This commit is contained in:
@@ -8060,6 +8060,12 @@ typedef struct {
|
|||||||
A_UINT32 tx_time;
|
A_UINT32 tx_time;
|
||||||
/** msecs the radio is in active receive (32 bits number accruing over time) */
|
/** msecs the radio is in active receive (32 bits number accruing over time) */
|
||||||
A_UINT32 rx_time;
|
A_UINT32 rx_time;
|
||||||
|
/*** NOTE ***
|
||||||
|
* Be cautious about adding new fields in wmi_channel_stats.
|
||||||
|
* STA-centric targets may instantiate many instances of per-channel
|
||||||
|
* stats, and consequently may consume a non-trivial amount of on-chip
|
||||||
|
* memory for storing the channel stats.
|
||||||
|
*/
|
||||||
} wmi_channel_stats;
|
} wmi_channel_stats;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -11774,6 +11780,10 @@ typedef struct {
|
|||||||
A_UINT32 frame_inject_period;
|
A_UINT32 frame_inject_period;
|
||||||
/** Destination address of frame */
|
/** Destination address of frame */
|
||||||
wmi_mac_addr frame_addr1;
|
wmi_mac_addr frame_addr1;
|
||||||
|
/** Frame control duration field to be set in CTS_TO_SELF.
|
||||||
|
* Applicable to frame_type WMI_FRAME_INJECT_TYPE_CTS_TO_SELF only.
|
||||||
|
*/
|
||||||
|
A_UINT32 fc_duration;
|
||||||
/** variable buffer length. Can be used for frame template.
|
/** variable buffer length. Can be used for frame template.
|
||||||
* data is in TLV data[]
|
* data is in TLV data[]
|
||||||
*/
|
*/
|
||||||
|
@@ -36,7 +36,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_ 873
|
#define __WMI_REVISION_ 874
|
||||||
|
|
||||||
/** 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