]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a1237f3be37f22a8812591cb3ea0aed2279106a
treef274dd9d8cef31ba734987dd76db096805b8862d
parent834465e1a2d768f65cdefba6c897a9c944983602
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]