]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit98e5db50db86ed21928cd08a1e120f6638d76f41
treed4c5ba285ab213d39f793c469a5abf496a0ebae2
parentd8392ebdb8fb36e72f43c82b3f0e8dad47dd50ec
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