Forráskód Böngészése

qcacld-3.0: Disable VDEV manager

Disable vdev manager feature through Kbuild option.

Change-Id: If89029c0f428b9b6d1d053ac23170192602e0333
CRs-Fixed: 2344437
Sandeep Puligilla 6 éve
szülő
commit
3a1e42a31c
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      configs/default_defconfig

+ 3 - 3
configs/default_defconfig

@@ -710,7 +710,7 @@ endif
 endif
 
 #Enable STATE MACHINE HISTORY
-CONFIG_SM_ENG_HIST := y
+CONFIG_SM_ENG_HIST := n
 #Enable VDEV STATE MACHINE
-CONFIG_CMN_VDEV_MLME_SM := y
-CONFIG_VDEV_SM := y
+CONFIG_CMN_VDEV_MLME_SM := n
+CONFIG_VDEV_SM := n