|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
@@ -90,6 +90,9 @@ if_mgr_ap_start_bss_complete(struct wlan_objmgr_vdev *vdev,
|
|
|
if_mgr_enable_roaming(pdev, vdev, RSO_START_BSS);
|
|
|
}
|
|
|
|
|
|
+ ifmgr_debug("check for SAP restart");
|
|
|
+ policy_mgr_check_concurrent_intf_and_restart_sap(psoc);
|
|
|
+
|
|
|
return QDF_STATUS_SUCCESS;
|
|
|
}
|
|
|
|