summaryrefslogtreecommitdiff
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2024-01-29 22:19:34 +0300
committerJohannes Berg <johannes.berg@intel.com>2024-02-08 17:00:43 +0300
commit9d0480a7c05b6482195acafbc5f4f3b4a1cc2b8b (patch)
tree589e1ca3e8463c1a601170062f2fa91bc622c42a /net/mac80211/Makefile
parent07095d167749d49de876613b3567a246d86135a1 (diff)
downloadlinux-9d0480a7c05b6482195acafbc5f4f3b4a1cc2b8b.tar.xz
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>
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r--net/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile
index 4406b4f8f3b9..a33884967f21 100644
--- a/net/mac80211/Makefile
+++ b/net/mac80211/Makefile
@@ -29,7 +29,7 @@ mac80211-y := \
spectmgmt.o \
tx.o \
key.o \
- util.o \
+ util.o parse.o \
wme.o \
chan.o \
trace.o mlme.o \