qcacld-3.0: Move to the psoc wakelock from vdev wakelock
Wakelock is system level lock not required to be taken for every vdev, Hence move the wakelock to the psoc hirerachy. Change-Id: I7b3145a1349c0028db2888c2816948d1d48714d1 CRs-Fixed: 2574498
This commit is contained in:

committed by
nshrivas

parent
7b6bee792a
commit
2f865fdceb
2
Kbuild
2
Kbuild
@@ -1176,7 +1176,7 @@ TARGET_IF_OBJ := $(TARGET_IF_DIR)/core/src/target_if_main.o \
|
||||
$(TARGET_IF_DIR)/mlme/psoc/src/target_if_psoc_timer_tx_ops.o
|
||||
|
||||
ifeq ($(CONFIG_FEATURE_VDEV_RSP_WAKELOCK), y)
|
||||
TARGET_IF_OBJ += $(TARGET_IF_DIR)/mlme/vdev_mgr/src/target_if_vdev_mgr_wake_lock.o
|
||||
TARGET_IF_OBJ += $(TARGET_IF_DIR)/mlme/psoc/src/target_if_psoc_wake_lock.o
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_CRYPTO_COMPONENT), y)
|
||||
|
Reference in New Issue
Block a user