Преглед на файлове

qcacld-3.0: Enable host/fw logs in ftm mode

Enable host/fw logs in ftm mode for debugging in ftm testing.

Change-Id: Ia8fc1aeb06f7a1bcb7b0baac3243b198f5b7c01e
CRs-Fixed: 2995841
Li Feng преди 3 години
родител
ревизия
190d2a6c89
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      core/hdd/src/wlan_hdd_main.c

+ 1 - 2
core/hdd/src/wlan_hdd_main.c

@@ -12281,8 +12281,7 @@ struct hdd_context *hdd_context_create(struct device *dev)
 	if (ret)
 		goto err_hdd_objmgr_destroy;
 
-	if (hdd_get_conparam() == QDF_GLOBAL_FTM_MODE ||
-	    hdd_get_conparam() == QDF_GLOBAL_EPPING_MODE)
+	if (hdd_get_conparam() == QDF_GLOBAL_EPPING_MODE)
 		goto skip_multicast_logging;
 
 	cds_set_multicast_logging(hdd_ctx->config->multicast_host_fw_msgs);