Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07ebd364 authored by Li Feng's avatar Li Feng Committed by Madan Koyyalamudi
Browse files

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
parent b9d0435d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -12616,8 +12616,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);