Browse Source

qcacld-3.0: Prevent link down for SAP on DFS channel

For SAP on DFS channel, the PCIe link down should be prevented
so that HalPhy can access DDR memory to report Radar found event.

Change-Id: Ia256d5df4d59071830d09c3f4821d73196327128
CRs-Fixed: 2740443
Amruta Kulkarni 4 years ago
parent
commit
1e49d2c36e
2 changed files with 4 additions and 4 deletions
  1. 2 2
      Kbuild
  2. 2 2
      configs/default_defconfig

+ 2 - 2
Kbuild

@@ -1439,7 +1439,7 @@ TARGET_IF_OBJ := $(TARGET_IF_DIR)/core/src/target_if_main.o \
 		$(TARGET_IF_DIR)/mlme/vdev_mgr/src/target_if_vdev_mgr_rx_ops.o \
 		$(TARGET_IF_DIR)/mlme/psoc/src/target_if_psoc_timer_tx_ops.o
 
-ifeq ($(CONFIG_FEATURE_VDEV_RSP_WAKELOCK), y)
+ifeq ($(CONFIG_FEATURE_VDEV_OPS_WAKELOCK), y)
 TARGET_IF_OBJ += $(TARGET_IF_DIR)/mlme/psoc/src/target_if_psoc_wake_lock.o
 endif
 
@@ -3209,7 +3209,7 @@ cppflags-$(CONFIG_REGISTER_OP_DEBUG) += -DHAL_REGISTER_WRITE_DEBUG
 cppflags-$(CONFIG_ENABLE_QDF_PTR_HASH_DEBUG) += -DENABLE_QDF_PTR_HASH_DEBUG
 #Enable STATE MACHINE HISTORY
 cppflags-$(CONFIG_SM_ENG_HIST) += -DSM_ENG_HIST_ENABLE
-cppflags-$(CONFIG_FEATURE_VDEV_RSP_WAKELOCK) += -DFEATURE_VDEV_RSP_WAKELOCK
+cppflags-$(CONFIG_FEATURE_VDEV_OPS_WAKELOCK) += -DFEATURE_VDEV_OPS_WAKELOCK
 
 # Vendor Commands
 cppflags-$(CONFIG_FEATURE_RSSI_MONITOR) += -DFEATURE_RSSI_MONITOR

+ 2 - 2
configs/default_defconfig

@@ -1148,8 +1148,8 @@ CONFIG_CM_ENABLE := n
 #Flag to enable roam offload compilation of connection manager module
 CONFIG_CM_ROAM_OFFLOAD := n
 
-#Enable VDEV Response wakelock feature
-CONFIG_FEATURE_VDEV_RSP_WAKELOCK := y
+#Enable VDEV OPS wakelock feature
+CONFIG_FEATURE_VDEV_OPS_WAKELOCK := y
 
 # Enable RX buffer pool support
 ifeq ($(CONFIG_CNSS_QCA6750), y)