qcacmn: Add support for 1x1 connect with 1 Tx/Rx Chain action OUI

Add WMI support for new 1x1 connect with 1 Tx/Rx Chain action OUI to be
parsed and sent to the FW.

Change-Id: I077eccb6fab0684d1bc0ec63745de728bfd1a868
CRs-Fixed: 2264328
This commit is contained in:
Vignesh Viswanathan
2018-07-30 14:24:52 +05:30
committed by nshrivas
parent 1b88046171
commit b23e6abab5

View File

@@ -43,6 +43,10 @@ bool wmi_get_action_oui_id(enum action_oui_id action_id,
*id = WMI_VENDOR_OUI_ACTION_SWITCH_TO_11N_MODE;
return true;
case ACTION_OUI_CONNECT_1X1_WITH_1_CHAIN:
*id = WMI_VENDOR_OUI_ACTION_CONNECTION_1X1_NUM_TX_RX_CHAINS_1;
return true;
default:
return false;
}