qcacld-3.0: CL 1426046 update fw common interface files

qcacld-2.0 to qcacld-3.0 propagation

WMI event update for SMPS complete

Change-Id: Ifb8583d96bc634c5570b538aac2cc93de9f9efcd
CRs-fixed: 865207
Этот коммит содержится в:
Manikandan Mohan
2015-12-04 13:47:58 -08:00
коммит произвёл Akash Patel
родитель 0c7ae40770
Коммит 55c94d666f
3 изменённых файлов: 27 добавлений и 2 удалений

Просмотреть файл

@@ -1144,6 +1144,11 @@ typedef enum {
/* TDLS Event */
WMI_TDLS_PEER_EVENTID = WMI_EVT_GRP_START_ID(WMI_GRP_TDLS),
/* STA SMPS Event */
/* force SMPS mode */
WMI_STA_SMPS_FORCE_MODE_COMPLETE_EVENTID =
WMI_EVT_GRP_START_ID(WMI_GRP_STA_SMPS),
/*location scan event */
/*report the firmware's capability of batch scan */
WMI_BATCH_SCAN_ENABLED_EVENTID =
@@ -12332,6 +12337,20 @@ typedef struct {
A_UINT32 status;
} wmi_transfer_data_to_flash_complete_event_fixed_param;
/*
* This structure is used to report SMPS force mode set complete to host.
*/
typedef struct {
/* TLV tag and len; tag equals
* WMITLV_TAG_STRUC_wmi_sta_smps_force_mode_complete_event_fixed_param
*/
A_UINT32 tlv_header;
/* Unique id identifying the VDEV */
A_UINT32 vdev_id;
/* Return status. 0 for success, non-zero otherwise */
A_UINT32 status;
} wmi_sta_smps_force_mode_complete_event_fixed_param;
/*
* This structure is used to report SCPC calibrated data to host.
*/