summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/Makefile
diff options
context:
space:
mode:
authorBruno Randolf2010-12-22 11:20:32 +0100
committerJohn W. Linville2011-01-04 20:35:11 +0100
commitcd2c5486526b744fb505e18c9d981b35feaf283a (patch)
tree6d9a11b28b6da7a0a593f06a4da3cbaead71ec49 /drivers/net/wireless/ath/ath5k/Makefile
parentMerge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel... (diff)
downloadkernel-qcow2-linux-cd2c5486526b744fb505e18c9d981b35feaf283a.tar.gz
kernel-qcow2-linux-cd2c5486526b744fb505e18c9d981b35feaf283a.tar.xz
kernel-qcow2-linux-cd2c5486526b744fb505e18c9d981b35feaf283a.zip
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: Bruno Randolf <br1@einfach.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/Makefile')
-rw-r--r--drivers/net/wireless/ath/ath5k/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/Makefile b/drivers/net/wireless/ath/ath5k/Makefile
index 67dd9fd0650e..f60b3899afc4 100644
--- a/drivers/net/wireless/ath/ath5k/Makefile
+++ b/drivers/net/wireless/ath/ath5k/Makefile
@@ -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