qcacmn: Set MLO cap bit for subsequent links

When sending the connect for subsequent links in MLO, make sure to set
the capability bit, otherwise it will be marked as assoc link.

Change-Id: Ic0145b40e84ea440ea389200356d1f916a1ba530
CRs-fixed: 3055892
这个提交包含在:
Lincoln Tran
2021-10-12 18:37:10 -07:00
提交者 Madan Koyyalamudi
父节点 9fba485d3c
当前提交 3cbefea6d0

查看文件

@@ -413,6 +413,8 @@ mlo_send_link_connect(struct wlan_objmgr_vdev *vdev,
if (!mlo_dev_ctx->wlan_vdev_list[i] ||
(mlo_dev_ctx->wlan_vdev_list[i] == vdev))
continue;
wlan_vdev_mlme_feat_ext2_cap_set(mlo_dev_ctx->wlan_vdev_list[i],
WLAN_VDEV_FEXT2_MLO);
wlan_vdev_mlme_feat_ext2_cap_set(mlo_dev_ctx->wlan_vdev_list[i],
WLAN_VDEV_FEXT2_MLO_STA_LINK);
mlo_prepare_and_send_connect(