Skip to content

Commit cd0b9da

Browse files
committed
wifi: nl80211: re-enable multi-link reconfiguration
With the recent fixes, we can re-enable multi-link reconfiguration. Also add a CMD() entry to allow userspace discovery for it. Link: https://patch.msgid.link/20250318135009.a95c43837a0f.Ic6ed3d184e5be8ba47c6affa7271daaf824fd823@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent e74c0a7 commit cd0b9da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

net/wireless/nl80211.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2773,6 +2773,7 @@ static int nl80211_send_wiphy(struct cfg80211_registered_device *rdev,
27732773
CMD(update_ft_ies, UPDATE_FT_IES);
27742774
if (rdev->wiphy.sar_capa)
27752775
CMD(set_sar_specs, SET_SAR_SPECS);
2776+
CMD(assoc_ml_reconf, ASSOC_MLO_RECONF);
27762777
}
27772778
#undef CMD
27782779

@@ -16557,7 +16558,7 @@ static int nl80211_assoc_ml_reconf(struct sk_buff *skb, struct genl_info *info)
1655716558
req.ext_mld_capa_ops =
1655816559
nla_get_u16(info->attrs[NL80211_ATTR_ASSOC_MLD_EXT_CAPA_OPS]);
1655916560

16560-
err = -EOPNOTSUPP;
16561+
err = cfg80211_assoc_ml_reconf(rdev, dev, &req);
1656116562

1656216563
out:
1656316564
for (link_id = 0; link_id < ARRAY_SIZE(req.add_links); link_id++)

0 commit comments

Comments
 (0)