diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-11-18 18:42:47 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-18 17:09:27 -0500 |
commit | fe7a5d5c1ad659bf0ec7dc171e122aeefa16ac25 (patch) | |
tree | aefd9ef2b3220f1a6dc701ebf208ec951221de45 /net/mac80211/Makefile | |
parent | 62ae67be31c2346b6d74653a148ddbd1b9a94424 (diff) |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile index 9f3cf712932..298cfcc1bf8 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 \ |