|
@@ -2369,8 +2369,7 @@ static int __hdd_stop(struct net_device *dev)
|
|
|
if (hdd_check_for_opened_interfaces(hdd_ctx)) {
|
|
|
hdd_debug("Closing all modules from the hdd_stop");
|
|
|
qdf_mc_timer_start(&hdd_ctx->iface_change_timer,
|
|
|
- hdd_ctx->config->iface_change_wait_time
|
|
|
- * 50000);
|
|
|
+ hdd_ctx->config->iface_change_wait_time);
|
|
|
}
|
|
|
|
|
|
EXIT();
|
|
@@ -9313,7 +9312,7 @@ int hdd_wlan_startup(struct device *dev)
|
|
|
1, PDEV_CMD);
|
|
|
|
|
|
qdf_mc_timer_start(&hdd_ctx->iface_change_timer,
|
|
|
- hdd_ctx->config->iface_change_wait_time * 5000);
|
|
|
+ hdd_ctx->config->iface_change_wait_time);
|
|
|
|
|
|
hdd_start_complete(0);
|
|
|
goto success;
|