|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2024 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
|
|
@@ -1237,6 +1237,7 @@ mlo_roam_prepare_and_send_link_connect_req(struct wlan_objmgr_vdev *assoc_vdev,
|
|
|
|
|
|
req.ssid.length = ssid.length;
|
|
|
qdf_mem_copy(&req.ssid.ssid, &ssid.ssid, ssid.length);
|
|
|
+ qdf_copy_macaddr(&req.mld_addr, &rsp->mld_addr);
|
|
|
|
|
|
req.ml_parnter_info = rsp->ml_parnter_info;
|
|
|
|