wifi: mac80211: refactor elements parsing with parameter struct
authorJohannes Berg <johannes.berg@intel.com>
Tue, 28 Jun 2022 15:49:12 +0000 (17:49 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:17 +0000 (11:43 +0200)
commitfd17bf041b40e3dac705c4313854becbe07b7557
treed4c5ba285ab213d39f793c469a5abf496a0ebae2
parent5cd212cb6415aa604ada17d5150847fd65d27337
wifi: mac80211: refactor elements parsing with parameter struct

Refactor the element parsing into a version that has
a parameter struct so we can add more parameters more
easily in the future.

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