Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd2c5486 authored by Bruno Randolf's avatar Bruno Randolf Committed by John W. Linville
Browse files

ath5k: Move mac80211 functions into new file



Move mac80211 functions into new file mac80211-ops.c to have a better
separation and to make base.c smaller.

Signed-off-by: default avatarBruno Randolf <br1@einfach.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 0511af9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ ath5k-y += led.o
ath5k-y				+= rfkill.o
ath5k-y				+= ani.o
ath5k-y				+= sysfs.o
ath5k-y				+= mac80211-ops.o
ath5k-$(CONFIG_ATH5K_DEBUG)	+= debug.o
ath5k-$(CONFIG_ATH5K_AHB)	+= ahb.o
ath5k-$(CONFIG_ATH5K_PCI)	+= pci.o
+50 −713

File changed.

Preview size limit exceeded, changes collapsed.

+774 −0

File added.

Preview size limit exceeded, changes collapsed.