|
@@ -12039,7 +12039,8 @@ QDF_STATUS hdd_psoc_create_vdevs(struct hdd_context *hdd_ctx)
|
|
if (hdd_ctx->rps)
|
|
if (hdd_ctx->rps)
|
|
hdd_set_rps_cpu_mask(hdd_ctx);
|
|
hdd_set_rps_cpu_mask(hdd_ctx);
|
|
|
|
|
|
- if (driver_mode != QDF_GLOBAL_FTM_MODE)
|
|
|
|
|
|
+ if (driver_mode != QDF_GLOBAL_FTM_MODE &&
|
|
|
|
+ driver_mode != QDF_GLOBAL_EPPING_MODE)
|
|
hdd_psoc_idle_timer_start(hdd_ctx);
|
|
hdd_psoc_idle_timer_start(hdd_ctx);
|
|
|
|
|
|
return QDF_STATUS_SUCCESS;
|
|
return QDF_STATUS_SUCCESS;
|