commit | fe7a5d5c1ad659bf0ec7dc171e122aeefa16ac25 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Nov 18 18:42:47 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 18 17:09:27 2009 -0500 |
tree | aefd9ef2b3220f1a6dc701ebf208ec951221de45 | |
parent | 62ae67be31c2346b6d74653a148ddbd1b9a94424 [diff] [blame] |
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>
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 @@ # mac80211 objects mac80211-y := \ - main.o \ + main.o status.o \ sta_info.o \ wep.o \ wpa.o \