diff --git a/core/hdd/src/wlan_hdd_p2p.c b/core/hdd/src/wlan_hdd_p2p.c index ea323c39f6..4efec8773d 100644 --- a/core/hdd/src/wlan_hdd_p2p.c +++ b/core/hdd/src/wlan_hdd_p2p.c @@ -2344,8 +2344,7 @@ stop_modules: if (hdd_check_for_opened_interfaces(pHddCtx)) { hdd_info("Closing all modules from the add_virt_iface"); qdf_mc_timer_start(&pHddCtx->iface_change_timer, - pHddCtx->config->iface_change_wait_time - * 50000); + pHddCtx->config->iface_change_wait_time); } else hdd_info("Other interfaces are still up dont close modules!");