Browse Source

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
Vignesh Viswanathan 6 years ago
parent
commit
b23e6abab5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      wmi/src/wmi_unified_action_oui_tlv.c

+ 4 - 0
wmi/src/wmi_unified_action_oui_tlv.c

@@ -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;
 	}