Skip to content

Commit

Permalink
wifi: mac80211: move element parsing to a new file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Berg committed Feb 8, 2024
1 parent 07095d1 commit 9d0480a
Show file tree
Hide file tree
Showing 3 changed files with 927 additions and 892 deletions.
2 changes: 1 addition & 1 deletion net/mac80211/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Loading

0 comments on commit 9d0480a

Please sign in to comment.