mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
wifi: mac80211: enable removing assoc link
With the previous patch to no longer access deflink for aggregation it seems we no longer access the deflink for MLO stations (MLDs) so we can allow removing the assoc link. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Reviewed-by: Ilan Peer <ilan.peer@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250205110958.05bc2175cea2.I8f62609a682fdf3f703872d0fce63ab6a4780a7e@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
3979c8e620
commit
a883ad479d
|
|
@ -10391,9 +10391,6 @@ int ieee80211_mgd_assoc_ml_reconf(struct ieee80211_sub_if_data *sdata,
|
|||
if (WARN_ON(!sta))
|
||||
return -ENOLINK;
|
||||
|
||||
if (rem_links & BIT(sta->sta.deflink.link_id))
|
||||
return -EINVAL;
|
||||
|
||||
/* Adding links to the set of valid link is done only after a successful
|
||||
* ML reconfiguration frame exchange. Here prepare the data for the ML
|
||||
* reconfiguration frame construction and allocate the required
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user