wifi: mac80211: move element parsing to a new file
authorJohannes Berg <johannes.berg@intel.com>
Mon, 29 Jan 2024 19:19:34 +0000 (20:19 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 8 Feb 2024 14:00:43 +0000 (15:00 +0100)
commit9d0480a7c05b6482195acafbc5f4f3b4a1cc2b8b
tree589e1ca3e8463c1a601170062f2fa91bc622c42a
parent07095d167749d49de876613b3567a246d86135a1
wifi: mac80211: move element parsing to a new file

This code got really big, move it to a new file.
Pure code move.

Link: https://msgid.link/20240129202041.7f27f7c895e4.I0adfc28bd656a4d44c2bf47966277eecf56cbaa0@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/Makefile
net/mac80211/parse.c [new file with mode: 0644]
net/mac80211/util.c