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
Bu işleme şunda yer alıyor:
Arun Kumar Khandavalli
2019-11-23 15:18:23 +05:30
işlemeyi yapan: nshrivas
ebeveyn 7b6bee792a
işleme 2f865fdceb

2
Kbuild
Dosyayı Görüntüle

@@ -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)