|
@@ -5687,7 +5687,8 @@ int hdd_vdev_destroy(struct hdd_adapter *adapter)
|
|
|
policy_mgr_mode_specific_connection_count(hdd_ctx->psoc,
|
|
|
policy_mgr_convert_device_mode_to_qdf_type(
|
|
|
adapter->device_mode), NULL) == 1) ||
|
|
|
- !policy_mgr_get_connection_count(hdd_ctx->psoc))
|
|
|
+ (!policy_mgr_get_connection_count(hdd_ctx->psoc) &&
|
|
|
+ !hdd_is_any_sta_connecting(hdd_ctx)))
|
|
|
policy_mgr_check_and_stop_opportunistic_timer(hdd_ctx->psoc,
|
|
|
adapter->vdev_id);
|
|
|
/* Check and wait for hw mode response */
|