summaryrefslogtreecommitdiff
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2022-09-02 17:12:37 +0300
committerJohannes Berg <johannes.berg@intel.com>2022-09-03 18:02:25 +0300
commite73b5e51a05d41c82a384c2c40e7ecd1bae4bbc3 (patch)
treef274dd9d8cef31ba734987dd76db096805b8862d /net/mac80211/Makefile
parentb1622adaa55541fa9a48c487e1377d3571445da9 (diff)
downloadlinux-e73b5e51a05d41c82a384c2c40e7ecd1bae4bbc3.tar.xz
wifi: mac80211: move link code to a new file
We probably should've done that originally, we already have about 300 lines of code there, and will add more. Move all the link code we wrote to a new file. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r--net/mac80211/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile
index af1df3a6bd55..b8de44da1fb8 100644
--- a/net/mac80211/Makefile
+++ b/net/mac80211/Makefile
@@ -16,6 +16,7 @@ mac80211-y := \
s1g.o \
ibss.o \
iface.o \
+ link.o \
rate.o \
michael.o \
tkip.o \