summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2018-04-05 09:01:56 -0700
committerspuligil <spuligil@codeaurora.org>2018-04-05 09:01:57 -0700
commitfc89171afbf43906c0901d32c138ac0986189aec (patch)
treeb3daa7ac9ff59cd9cfc39fd561e30680293a56ca
parent6efd6c55ff63d9cd78911e773165826eacf7dfef (diff)
downloadwlan-fw-api-fc89171afbf43906c0901d32c138ac0986189aec.tar.gz
fw-api: CL 4403323 - update fw common interface files
Add WMI_VENDOR_OUI_ACTION_SWITCH_TO_11N_MODE def Change-Id: I6fab3261b7adcea6b3f0c9a9c65218d8bb058b3d CRs-Fixed: 1107600
-rwxr-xr-xfw/wmi_unified.h3
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index ad7e16a..a2bc9a4 100755
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -13062,7 +13062,8 @@ 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,
+ WMI_VENDOR_OUI_ACTION_ALT_ITO = 3, /* inactivity time-out */
+ WMI_VENDOR_OUI_ACTION_SWITCH_TO_11N_MODE = 4, /* Switch from 11ac to 11n mode to avoid IOT issues with ONM frame */
/* Add any action before this line */
WMI_VENDOR_OUI_ACTION_MAX_ACTION_ID
} wmi_vendor_oui_action_id;
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 2d7a469..c5070ea 100755
--- a/fw/wmi_version.h
+++ b/fw/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_ 520
+#define __WMI_REVISION_ 521
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work