fw-api: CL 7586774 - update fw common interface files
Change-Id: Id4560080f4f90ffa610993f86e48774b51cd4ba9 WMI: add SERVICE_READY_EXT2_EVENT msg def CRs-Fixed: 2262693
This commit is contained in:
@@ -1345,6 +1345,9 @@ typedef enum {
|
||||
|
||||
WMI_CHAN_RF_CHARACTERIZATION_INFO_EVENTID,
|
||||
|
||||
/** 2nd extension of SERVICE_READY msg with extra target capability info */
|
||||
WMI_SERVICE_READY_EXT2_EVENTID,
|
||||
|
||||
/* VDEV specific events */
|
||||
/** VDEV started event in response to VDEV_START request */
|
||||
WMI_VDEV_START_RESP_EVENTID = WMI_EVT_GRP_START_ID(WMI_GRP_VDEV),
|
||||
@@ -2542,6 +2545,10 @@ typedef struct {
|
||||
*/
|
||||
} wmi_service_ready_ext_event_fixed_param;
|
||||
|
||||
typedef struct {
|
||||
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_service_ready_ext2_event_fixed_param.*/
|
||||
} wmi_service_ready_ext2_event_fixed_param;
|
||||
|
||||
typedef struct {
|
||||
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_chan_rf_characterization_info_event_fixed_param */
|
||||
/*
|
||||
|
Reference in New Issue
Block a user