From cfa8d246ea7c403cdc5991036435f5f52a882f3a Mon Sep 17 00:00:00 2001 From: "Poddar, Siddarth" Date: Wed, 3 Feb 2016 20:19:38 +0530 Subject: qcacld-2.0: CL 1454086 update fw common interface files Remove VDEV_TYPE_xxx enum defs Change-Id: Id836ddacb245db303d8f8f8754b24f53937bf8b8 CRs-Fixed: 865207 --- CORE/SERVICES/COMMON/wmi_unified.h | 17 ----------------- CORE/SERVICES/COMMON/wmi_version.h | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 3e80c8ea8e57..18e0cfe48345 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -3514,23 +3514,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, diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 6b81cb08c21e..5408f9aacce6 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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 -- cgit v1.2.3