Jelajahi Sumber

qcacld-3.0: CL 1672988 - update fw common interface files

Add WMI pdev param to adjust or disable tx delay.

Change-Id: I3a0f9375c36e885532593ed26aba59bfc56d5c5a
CRs-Fixed: 865207
Nishank Aggarwal 8 tahun lalu
induk
melakukan
633e45ff84
2 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 2 0
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 2 - 0
target/inc/wmi_unified.h

@@ -3927,6 +3927,8 @@ typedef enum {
 	WMI_PDEV_PARAM_TX_MPDU_AGGR_ARRAY_LEN,
 	/** set wmi_rx_stats.rx_mpdu_aggr[] array length */
 	WMI_PDEV_PARAM_RX_MPDU_AGGR_ARRAY_LEN,
+	/** Set TX delay value in TX sch module, unit is microseconds */
+	WMI_PDEV_PARAM_TX_SCH_DELAY,
 } WMI_PDEV_PARAM;
 
 typedef enum {

+ 1 - 1
target/inc/wmi_version.h

@@ -36,7 +36,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility */
-#define __WMI_REVISION_ 303
+#define __WMI_REVISION_ 304
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work