diff options
| author | tinlin <tinlin@codeaurora.org> | 2017-11-20 20:22:27 +0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-28 02:45:21 -0800 |
| commit | 0016aaf9e38766537a1d79a0447d37afe80efedd (patch) | |
| tree | 4ebba567f63663485a29e7183dc0f72017a350f4 | |
| parent | c5332ecdc633f201fea5ad5e560c740c828077a8 (diff) | |
qcacld-2.0: CL 3261339 - Update fw common interface files
Delete action_bitmaps_per_category in struct
WMI_WOW_SET_ACTION_WAKE_UP_CMD_fixed_param
Change-Id: I585bdc6161b6417aab6b8337c2b9295965600930
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 6 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 99d9c5e28e4a..4fd91f179be7 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -10751,13 +10751,15 @@ typedef struct { A_UINT32 vdev_id; A_UINT32 operation; /* 0 reset to fw default, 1 set the bits, 2 add the setting bits, 3 delete the setting bits */ A_UINT32 action_category_map[MAX_SUPPORTED_ACTION_CATEGORY_ELE_LIST]; - /* action_bitmaps_per_category - + /* This fixed_param TLV is followed by these additional TLV's + * action_bitmaps_per_category - * Each element is a 32-bit bitmap indicating which subcategories * for that particular action category are considered for WoW wakeup * (if the subcategory's bit is 0) or ignored for WoW wakeup (if the * subcategory's bit is 1). + * + * A_UINT32 action_bitmaps_per_category[]; <-- variable length array */ - A_UINT32 action_bitmaps_per_category[MAX_SUPPORTED_ACTION_CATEGORY]; } WMI_WOW_SET_ACTION_WAKE_UP_CMD_fixed_param; typedef struct wow_event_info_s { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 19a6bfc5bdbe..66dd2680e67f 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/wmi_version.h @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ -#define __WMI_REVISION_ 414 +#define __WMI_REVISION_ 415 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
