wifi: mac80211: add per-link configuration pointer
authorJohannes Berg <johannes.berg@intel.com>
Mon, 30 May 2022 11:09:28 +0000 (13:09 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jun 2022 10:55:11 +0000 (12:55 +0200)
commit8e14130d3faf7b6b0fc57b530bb601cd9d6a1dab
treeb43e9876c360f78243792a288739206e943a26e6
parent7b7090b4c6a906cc7c3e2a460335f705b93f4506
wifi: mac80211: add per-link configuration pointer

Add pointers so we can start using link_id throughout the
code, even if for now only link ID 0 is valid, pointing
to the "built-in" bss_conf, which is used by drivers that
are not aware of MLD.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/ieee80211_i.h
net/mac80211/iface.c