Explorar o código

qcacld-3.0: CL 1454086 update fw common interface files

Remove VDEV_TYPE_xxx enum defs.

Change-Id: Id836ddacb245db303d8f8f8754b24f53937bf8b8
CRs-Fixed: 865207
Govind Singh %!s(int64=9) %!d(string=hai) anos
pai
achega
69616c1c89
Modificáronse 2 ficheiros con 1 adicións e 18 borrados
  1. 0 17
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 0 - 17
target/inc/wmi_unified.h

@@ -3656,23 +3656,6 @@ typedef struct {
 	char bufp[WMI_MAX_DEBUG_MESG];
 } wmi_debug_mesg_event;
 
-enum {
-	/** IBSS station */
-	VDEV_TYPE_IBSS = 0,
-	/** infra STA */
-	VDEV_TYPE_STA = 1,
-	/** infra AP */
-	VDEV_TYPE_AP = 2,
-	/** Monitor */
-	VDEV_TYPE_MONITOR = 3,
-	/** Reserved for NAN - See WMI_VDEV_TYPE_NAN */
-	VDEV_TYPE_RSVD_1 = 5,
-	/** OCB */
-	VDEV_TYPE_OCB = 6,
-	/** Reserved for NAN Data Interface - See WMI_VDEV_TYPE_NDI */
-	VDEV_TYPE_RSVD_2 = 7,
-};
-
 enum {
 	/** P2P device */
 	VDEV_SUBTYPE_P2PDEV = 0,

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