diff options
| -rw-r--r-- | core/hdd/src/wlan_hdd_p2p.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/hdd/src/wlan_hdd_p2p.c b/core/hdd/src/wlan_hdd_p2p.c index 9199932972aa..768dcc4dd6d4 100644 --- a/core/hdd/src/wlan_hdd_p2p.c +++ b/core/hdd/src/wlan_hdd_p2p.c @@ -2206,8 +2206,7 @@ stop_modules: if (hdd_check_for_opened_interfaces(pHddCtx)) { hdd_debug("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_debug("Other interfaces are still up dont close modules!"); |
