wifi: mac80211: use link_id in ieee80211_change_bss()
authorJohannes Berg <johannes.berg@intel.com>
Tue, 6 Sep 2022 20:42:25 +0000 (22:42 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 7 Oct 2022 13:24:06 +0000 (15:24 +0200)
commit9a886df0c36928039fc760eb8129c1d7f4bc418e
treec30ac3fe060e4d543a5a5be8d2f44dbe6cdde452
parent1e0f8cc96b7162075d2e3b6bef856497884a3ae8
wifi: mac80211: use link_id in ieee80211_change_bss()

We should set the parameters here per link, except
unfortunately ap_isolate, but we can't really change
that anymore so it'll remain a quirk in the API in
that you need to change it on one of the valid links
and it'll apply to all.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c