diff options
| author | sdash <sdash@codeaurora.org> | 2018-05-07 14:02:13 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-05-08 04:43:54 -0700 |
| commit | c6f8ea232ff9854635e52af092213ae8e0da89e8 (patch) | |
| tree | ba9f05cfc67c1181aa251c2fd70a454cb6bb0460 | |
| parent | 74fe4f02f34074d135774ac64b0f88976521c4b7 (diff) | |
qcacld-2.0: CL 4390973 - Update fw common interface files
Add WMI_VENDOR_OUI_ACTION_ALT_ITO def
CRs-fixed: 865207
Change-Id: Idc749058c09745844f61a1acf69993403d79088b
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 1 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 062e71d7f2e5..39a8ff65caa3 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -13137,6 +13137,7 @@ typedef enum WMI_VENDOR_OUI_ACTION_CONNECTION_1X1 = 0, /* Connect in 1X1 only */ WMI_VENDOR_OUI_ACTION_ITO_EXTENSION = 1, /* Extend the Immediate Time-Out (ITO) if data is not received from AP after beacon with TIM bit set */ WMI_VENDOR_OUI_ACTION_CCKM_1X1 = 2, /* TX (only) CCKM rates with 1 chain only */ + WMI_VENDOR_OUI_ACTION_ALT_ITO = 3, /* Add any action before this line */ WMI_VENDOR_OUI_ACTION_MAX_ACTION_ID } wmi_vendor_oui_action_id; diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 2ffd8409a75d..db7ca3e6259c 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_ 519 +#define __WMI_REVISION_ 520 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
