aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2009-11-18 18:42:47 +0100
committerJohn W. Linville <linville@tuxdriver.com>2009-11-18 17:09:27 -0500
commitfe7a5d5c1ad659bf0ec7dc171e122aeefa16ac25 (patch)
treeaefd9ef2b3220f1a6dc701ebf208ec951221de45 /net/mac80211/Makefile
parent62ae67be31c2346b6d74653a148ddbd1b9a94424 (diff)
downloadkernel_samsung_smdk4412-fe7a5d5c1ad659bf0ec7dc171e122aeefa16ac25.zip
kernel_samsung_smdk4412-fe7a5d5c1ad659bf0ec7dc171e122aeefa16ac25.tar.gz
kernel_samsung_smdk4412-fe7a5d5c1ad659bf0ec7dc171e122aeefa16ac25.tar.bz2
mac80211: move TX status handling
It's enough code to have its own file, I think. Especially since I'm going to add to it. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r--net/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile
index 9f3cf71..298cfcc 100644
--- a/net/mac80211/Makefile
+++ b/net/mac80211/Makefile
@@ -2,7 +2,7 @@ obj-$(CONFIG_MAC80211) += mac80211.o
# mac80211 objects
mac80211-y := \
- main.o \
+ main.o status.o \
sta_info.o \
wep.o \
wpa.o \