diff options
author | Johannes Berg <johannes.berg@intel.com> | 2022-09-02 16:12:37 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2022-09-03 17:02:25 +0200 |
commit | e73b5e51a05d41c82a384c2c40e7ecd1bae4bbc3 (patch) | |
tree | f274dd9d8cef31ba734987dd76db096805b8862d /net/mac80211/Makefile | |
parent | b1622adaa55541fa9a48c487e1377d3571445da9 (diff) |
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/Makefile | 1 |
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 \ |