diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2018-09-19 03:41:05 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-09-19 03:41:05 -0700 |
| commit | e4cb3ecb6b5219391bbd52f332d1d3310c256f7e (patch) | |
| tree | ef871568dc5cf6728933416085226096403eae7e | |
| parent | b2e8037372c2b8e8723493de3546f7ce070b71e0 (diff) | |
| parent | 0d5c7454e86c77f800669077c9b99eecd79f54b8 (diff) | |
Merge "qcacld-2.0: CL 4822672 - Update fw common interface files" into wlan-cld2.driver.lnx.1.0
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 6 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index f6f74281788e..e7409e4f1206 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -13451,6 +13451,12 @@ typedef enum WMI_VENDOR_OUI_ACTION_CCKM_1X1 = 2, /* TX (only) CCKM rates with 1 chain only */ 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 */ + /* WMI_VENDOR_OUI_ACTION_CONNECTION_1X1_NUM_TX_RX_CHAINS_1 + * Connect in 1x1 only and Use only one chain for both Tx and Rx + * to avoid IOT issues due to change in number of Tx and Rx chains + */ + WMI_VENDOR_OUI_ACTION_CONNECTION_1X1_NUM_TX_RX_CHAINS_1 = 5, + /* 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 768381bb8daf..aeca95ddafe8 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_ 549 +#define __WMI_REVISION_ 550 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
