]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit261cb7eec263735e261039a5ba087e718fd27161
treea1d070b8e645ecdde3600a82f8157d9d8a452836
parentf823d0d292cb2314eda13594c596faf81d3a6951
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