fw-api: CL 4822672 - update fw common interface files

Change-Id: If3ee57fedb3ab0de8bc30f267c710d8bd8317a6b
WMI: new vendor_oui action to fix number of chains at 1
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2018-06-21 02:23:04 -07:00
parent c6ea8ddc0d
commit de031be253
2 changed files with 7 additions and 1 deletions

View File

@@ -13371,6 +13371,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;