qcacld-3.0: Replace legacy string in vdevmgr with ext

Replace legacy string in vdevmgr with ext string.
Also adds new compile CMN_VDEV_MLME_CMPT_ENABLE macro
for VDEV MLME component.

Change-Id: I40ce0c2ee4d653d2f4ce68093e8ad1b2c78bece8
CRs-Fixed: 2361525
Cette révision appartient à :
Abhishek Singh
2018-12-05 15:04:07 +05:30
révisé par nshrivas
Parent bbfe75b0a8
révision 5d921548f2
5 fichiers modifiés avec 43 ajouts et 43 suppressions

Voir le fichier

@@ -715,8 +715,9 @@ CONFIG_PLD_PCIE_INIT_FLAG := y
endif
endif
#Enable STATE MACHINE HISTORY
CONFIG_SM_ENG_HIST := n
#Enable VDEV STATE MACHINE
CONFIG_CMN_VDEV_MLME_SM := n
CONFIG_VDEV_SM := n
ifeq ($(CONFIG_CMN_VDEV_MLME_SM), y)
#Enable STATE MACHINE HISTORY
CONFIG_SM_ENG_HIST := n
endif