qcacld-3.0: CL 1478986 - update fw common interface files

qcacld-2.0 to qcacld-3.0 propagation.

Addition of new debug log IDs for the Timekeeper module and move
qtimer fields from wmi_vdev_tsf_tstamp_action_cmd_fixed_param to
wmi_vdev_tsf_report_event_fixed_param.

Change-Id: I20f1dbb855b3cd0c2b8e9fe10c27e5164527e406
CRs-Fixed: 865207
此提交包含在:
Krishna Kumaar Natarajan
2016-03-25 14:36:18 -07:00
提交者 Gerrit - the friendly Code Review server
父節點 99d5fc830b
當前提交 40b3c112d3
共有 3 個檔案被更改,包括 27 行新增5 行删除

查看文件

@@ -13631,10 +13631,6 @@ typedef struct {
A_UINT32 vdev_id;
/* action type, refer to wmi_tsf_tstamp_action */
A_UINT32 tsf_action;
/* low 32 bits of qtimer */
A_UINT32 qtimer_low;
/* high 32 bits of qtimer */
A_UINT32 qtimer_high;
} wmi_vdev_tsf_tstamp_action_cmd_fixed_param;
typedef struct {
@@ -13647,6 +13643,10 @@ typedef struct {
A_UINT32 tsf_low;
/* high 32 bit of tsf */
A_UINT32 tsf_high;
/* low 32 bits of qtimer */
A_UINT32 qtimer_low;
/* high 32 bits of qtimer */
A_UINT32 qtimer_high;
} wmi_vdev_tsf_report_event_fixed_param;
typedef struct {