wifi: mac80211: remove TDLS peers on link deactivation
If a link is deactivated, we really cannot sustain any TDLS connections on that link any more. With the API now changed, fix this issue and remove TDLS connections. Reviewed-by: Miriam Rachel Korenblit <miriam.rachel.korenblit@intel.com> Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Link: https://msgid.link/20240228095719.a7dd812c37bf.I3474dbde79e9e7a539d47f6f81f32e6c3e459080@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
85977fc0aa
commit
07fba2277f
@ -356,7 +356,7 @@ static int _ieee80211_set_active_links(struct ieee80211_sub_if_data *sdata,
|
||||
|
||||
link = sdata_dereference(sdata->link[link_id], sdata);
|
||||
|
||||
/* FIXME: kill TDLS connections on the link */
|
||||
ieee80211_teardown_tdls_peers(link);
|
||||
|
||||
ieee80211_link_release_channel(link);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user