|
@@ -604,6 +604,7 @@ typedef enum {
|
|
|
WMITLV_TAG_STRUC_wmi_transfer_data_to_flash_complete_event_fixed_param,
|
|
|
WMITLV_TAG_STRUC_wmi_scpc_event_fixed_param,
|
|
|
WMITLV_TAG_STRUC_wmi_ap_ps_egap_info_chainmask_list,
|
|
|
+ WMITLV_TAG_STRUC_wmi_sta_smps_force_mode_complete_event_fixed_param,
|
|
|
} WMITLV_TAG_ID;
|
|
|
|
|
|
/*
|
|
@@ -961,7 +962,8 @@ typedef enum {
|
|
|
OP(WMI_AP_PS_EGAP_INFO_EVENTID) \
|
|
|
OP(WMI_TRANSFER_DATA_TO_FLASH_COMPLETE_EVENTID) \
|
|
|
OP(WMI_OEM_RESPONSE_EVENTID) \
|
|
|
- OP(WMI_PDEV_UTF_SCPC_EVENTID)
|
|
|
+ OP(WMI_PDEV_UTF_SCPC_EVENTID) \
|
|
|
+ OP(WMI_STA_SMPS_FORCE_MODE_COMPLETE_EVENTID)
|
|
|
|
|
|
/* TLV definitions of WMI commands */
|
|
|
|
|
@@ -3022,6 +3024,10 @@ WMITLV_CREATE_PARAM_STRUC(WMI_PACKET_FILTER_ENABLE_CMDID);
|
|
|
WMITLV_ELEM(id, op, buf, len, WMITLV_TAG_STRUC_wmi_mawc_enable_sensor_event_fixed_param, wmi_mawc_enable_sensor_event_fixed_param, fixed_param, WMITLV_SIZE_FIX)
|
|
|
WMITLV_CREATE_PARAM_STRUC(WMI_MAWC_ENABLE_SENSOR_EVENTID);
|
|
|
|
|
|
+/* SMPS force mode complete Event */
|
|
|
+#define WMITLV_TABLE_WMI_STA_SMPS_FORCE_MODE_COMPLETE_EVENTID(id, op, buf, len) \
|
|
|
+ WMITLV_ELEM(id, op, buf, len, WMITLV_TAG_STRUC_wmi_sta_smps_force_mode_complete_event_fixed_param, wmi_sta_smps_force_mode_complete_event_fixed_param, fixed_param, WMITLV_SIZE_FIX)
|
|
|
+WMITLV_CREATE_PARAM_STRUC(WMI_STA_SMPS_FORCE_MODE_COMPLETE_EVENTID);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
}
|