wifi: mac80211: move link code to a new file
authorJohannes Berg <johannes.berg@intel.com>
Fri, 2 Sep 2022 14:12:37 +0000 (16:12 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Sat, 3 Sep 2022 15:02:25 +0000 (17:02 +0200)
commite73b5e51a05d41c82a384c2c40e7ecd1bae4bbc3
treef274dd9d8cef31ba734987dd76db096805b8862d
parentb1622adaa55541fa9a48c487e1377d3571445da9
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>
net/mac80211/Makefile
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/link.c [new file with mode: 0644]