Explorar el Código

fw-api: CL 2977872 - update fw common interface files

Add new param WMI_VDEV_PARAM_DISABLE_NOA_P2P_GO

Change-Id: I1d25d8f1d1e20d8b3dbd3d5d88df51b2711ca25b
CRs-Fixed: 1107600
Sandeep Puligilla hace 8 años
padre
commit
4633234ba7
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 2 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_unified.h

@@ -7216,6 +7216,8 @@ typedef enum {
     /* param to specify probe request Tx delay during Fast Initial Link Setup */
     WMI_VDEV_PARAM_FILS_MAX_CHANNEL_GUARD_TIME, /* units = milliseconds */
 
+    /* enable or disable NOA for P2P GO */
+    WMI_VDEV_PARAM_DISABLE_NOA_P2P_GO,
 
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are

+ 1 - 1
fw/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_ 375
+#define __WMI_REVISION_ 376
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work