浏览代码

qcacmn: Add WMI support to disable aggressive TX

Add WMI support to send action oui DISABLE_AGGRESSIVE_TX
to firmware to disable some of aggressive tx features for peer mac
when DUT is operating in softap mode.

Aggressive TX features disabled are SIFS bursting, assist and support of
more than 32 frames in AMPDU.

Change-Id: Iaad1917a6a4897cef4d65a8951d3d1f207a9167b
CRs-Fixed: 2364937
Rajeev Kumar Sirasanagandla 6 年之前
父节点
当前提交
33d9b7fc64
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      wmi/src/wmi_unified_action_oui_tlv.c

+ 4 - 0
wmi/src/wmi_unified_action_oui_tlv.c

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