瀏覽代碼

qcacld-3.0: Add support for 1x1 connect with 1 Tx/Rx Chain action OUI

Add support for new 1x1 connect with 1 Tx/Rx Chain action OUI to be
parsed and sent to the FW. From host during connection, the behaviour
is same as existing connect 1x1 action OUI where nss is sent to 1 to
the FW, but the FW takes the decision to use only one Tx/Rx chain
based on the OUIs defined in the new action ID.

Change-Id: Ia464209043dc73bcc71577c43b28fbe13e780c23
CRs-Fixed: 2264326
Vignesh Viswanathan 7 年之前
父節點
當前提交
374fa97269
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      action_oui/dispatcher/inc/wlan_action_oui_public_struct.h

+ 1 - 0
action_oui/dispatcher/inc/wlan_action_oui_public_struct.h

@@ -92,6 +92,7 @@ enum action_oui_id {
 	ACTION_OUI_CCKM_1X1 = 2,
 	ACTION_OUI_ITO_ALTERNATE = 3,
 	ACTION_OUI_SWITCH_TO_11N_MODE = 4,
+	ACTION_OUI_CONNECT_1X1_WITH_1_CHAIN = 5,
 	ACTION_OUI_MAXIMUM_ID
 };