]> 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)
commit5351e8b0f61df3cc1543e41e39b32cdc30aaae29
treef274dd9d8cef31ba734987dd76db096805b8862d
parent62f8a5e29d2321d97037765e51b2fb23ffa54ac3
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]