diff options
| author | Poddar, Siddarth <siddpodd@qti.qualcomm.com> | 2016-02-03 20:19:38 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-02-11 13:11:51 +0530 |
| commit | cfa8d246ea7c403cdc5991036435f5f52a882f3a (patch) | |
| tree | 385ec5b3cc452dfb8eebe0094d5aa57ff1e044d5 | |
| parent | 8af16508d76cba0a8de4476619abc1ed09068d59 (diff) | |
qcacld-2.0: CL 1454086 update fw common interface files
Remove VDEV_TYPE_xxx enum defs
Change-Id: Id836ddacb245db303d8f8f8754b24f53937bf8b8
CRs-Fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 17 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 1 insertions, 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 @@ -3515,23 +3515,6 @@ typedef struct { } 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, /** P2P client */ 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 |
