aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorGravatar Johannes Berg <johannes@sipsolutions.net> 2009-11-18 18:42:47 +0100
committerGravatar John W. Linville <linville@tuxdriver.com> 2009-11-18 17:09:27 -0500
commitfe7a5d5c1ad659bf0ec7dc171e122aeefa16ac25 (patch)
treeaefd9ef2b3220f1a6dc701ebf208ec951221de45 /net/mac80211/Makefile
parentmac80211: remove encrypt parameter from ieee80211_tx_skb (diff)
downloadlinux-fe7a5d5c1ad659bf0ec7dc171e122aeefa16ac25.tar.gz
linux-fe7a5d5c1ad659bf0ec7dc171e122aeefa16ac25.tar.bz2
linux-fe7a5d5c1ad659bf0ec7dc171e122aeefa16ac25.zip
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 9f3cf7129324..298cfcc1bf8d 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 \