|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2012-2015,2020-2021 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2023 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
|
|
@@ -1167,7 +1167,8 @@ QDF_STATUS cm_sm_create(struct cnx_mgr *cm_ctx)
|
|
|
struct wlan_sm *sm;
|
|
|
uint8_t name[WLAN_SM_ENGINE_MAX_NAME];
|
|
|
|
|
|
- qdf_scnprintf(name, sizeof(name), "CM-VDEV-%d",
|
|
|
+ qdf_scnprintf(name, sizeof(name), "CM-PS_%d-VD_%d",
|
|
|
+ wlan_psoc_get_id(wlan_vdev_get_psoc(cm_ctx->vdev)),
|
|
|
wlan_vdev_get_id(cm_ctx->vdev));
|
|
|
sm = wlan_sm_create(name, cm_ctx,
|
|
|
WLAN_CM_S_INIT,
|