Browse Source

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

qcacld-2.0 to qcacld-3.0 propagation

Adding PDEV Param to Enable/Disable CTS2Self for
P2P GO when Non-P2P Client is connected.

CRs-Fixed: 934124
Change-Id: Ib85e7e5f076db54203b170d34992c439d52983a2
Nirav Shah 9 years ago
parent
commit
e1e4a81700
2 changed files with 3 additions and 1 deletions
  1. 2 0
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 2 - 0
target/inc/wmi_unified.h

@@ -2949,6 +2949,8 @@ typedef enum {
 	WMI_PDEV_PARAM_TX_CHAIN_MASK_CCK,
 	/* Set tx chain mask for 1SS stream */
 	WMI_PDEV_PARAM_TX_CHAIN_MASK_1SS,
+	/* Enable/Disable CTS2Self for P2P GO when Non-P2P Client is connected*/
+	WMI_PDEV_PARAM_CTS2SELF_FOR_P2P_GO_CONFIG,
 } 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_ 174
+#define __WMI_REVISION_ 175
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work