瀏覽代碼

qcacmn: Introduce vdev parameter WMI_VDEV_PARAM_DISABLE_2G_TWT

Introduce new vdev parameter WMI_VDEV_PARAM_DISABLE_2G_TWT
in order facilitate  FW to change twt operation state for
2.4 GHz link

Change-Id: I35436245c5e0ee113a8fdc2edba42a7978b2683d
CRs-Fixed: 3560314
Vijay Raj 2 年之前
父節點
當前提交
277510a529
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      wmi/inc/wmi_unified_param.h

+ 2 - 0
wmi/inc/wmi_unified_param.h

@@ -6044,6 +6044,8 @@ typedef enum {
 		   VDEV_PARAM_RTT_11AZ_NTB_MAX_TIME_BW_MEAS),
 	VDEV_PARAM(vdev_param_rtt_11az_ntb_min_time_bw_meas,
 		   VDEV_PARAM_RTT_11AZ_NTB_MIN_TIME_BW_MEAS),
+	VDEV_PARAM(vdev_param_disable_2g_twt,
+		   VDEV_PARAM_DISABLE_2G_TWT),
 	vdev_param_max,
 } wmi_conv_vdev_param_id;