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