From 60c3301c254c10aa6726ad1dbfcfcbc648dfd075 Mon Sep 17 00:00:00 2001 From: sumedh baikady Date: Wed, 7 Aug 2019 10:56:45 -0700 Subject: [PATCH] qcacmn: Remove comments in vdev subtype addition Comments for vdev subtype added for mesh is not required. Change-Id: I9d6104fc0883b97f7462aa964d823f99dee653d7 CRs-Fixed: 2491087 --- umac/mlme/include/wlan_vdev_mlme.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/umac/mlme/include/wlan_vdev_mlme.h b/umac/mlme/include/wlan_vdev_mlme.h index 12d0017b58..041ee024e1 100644 --- a/umac/mlme/include/wlan_vdev_mlme.h +++ b/umac/mlme/include/wlan_vdev_mlme.h @@ -45,14 +45,6 @@ struct vdev_mlme_obj; #define WLAN_VDEV_MLME_SUBTYPE_P2P_GO 0x3 #define WLAN_VDEV_MLME_SUBTYPE_PROXY_STA 0x4 #define WLAN_VDEV_MLME_SUBTYPE_MESH 0x5 - -/* new subtype for 11S mesh is required as 11S functionality differs - * in many ways from proprietary mesh - * 11S uses 6-addr frame format and supports peering between mesh - * stations and dynamic best path selection between mesh stations. - * While in proprietary mesh, neighboring mesh station MAC is manually - * added to AST table for traffic flow between mesh stations - */ #define WLAN_VDEV_MLME_SUBTYPE_MESH_11S 0x6 #define WLAN_VDEV_MLME_SUBTYPE_SMART_MONITOR 0x7