Browse Source

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

add FR35874 enable RTS for SIFS bursting on DRONE project

Change-Id: I755c57c5b3a30877d5da8e5f20baa1bece314e86
CRs-Fixed: 865207
Nishank Aggarwal 8 years ago
parent
commit
593df92bb0
2 changed files with 4 additions and 1 deletions
  1. 3 0
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 3 - 0
target/inc/wmi_unified.h

@@ -3978,6 +3978,9 @@ typedef enum {
 	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,
+	/** Set RTS enable for SIFS bursting */
+	WMI_PDEV_PARAM_ENABLE_RTS_SIFS_BURSTING,
+
 } 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_ 312
+#define __WMI_REVISION_ 313
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work