wifi: mac80211: add API to parse multi-link element
authorJohannes Berg <johannes.berg@intel.com>
Thu, 30 Jun 2022 11:48:22 +0000 (13:48 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:24 +0000 (11:43 +0200)
commit425f4b5fce7cdaaddbc9a9be9e6d1915679d63f9
treea1d070b8e645ecdde3600a82f8157d9d8a452836
parentaf4f2aa35a4429f75e87c876e05fba84920a152e
wifi: mac80211: add API to parse multi-link element

Add the necessary API to parse the multi-link element in
the future. For now, link only to the element when found
so we can use it in the client-side code later.

Later, we'll need to fill this in to deal with element
fragmentation, parse the STA profile, etc.

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