wifi: mac80211: mlme: refactor assoc success handling
authorJohannes Berg <johannes.berg@intel.com>
Tue, 12 Jul 2022 12:59:22 +0000 (14:59 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:22 +0000 (11:43 +0200)
commit6911458dc4283a790194d54d6e854a6ed63e42e8
treecfbd9990d33158e72d3f18f6fe76eb3e880914bc
parent7781f0d81c7a7e6dc37aa2902a634b7dc08be54d
wifi: mac80211: mlme: refactor assoc success handling

Refactor the per-link setup out of ieee80211_assoc_success()
into a new function ieee80211_assoc_config_link().

It looks useless for now to parse the elements again inside
ieee80211_assoc_config_link(), but that will be done with
the link ID in the future.

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