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>
This commit is contained in:
Johannes Berg
2009-11-18 18:42:47 +01:00
committed by John W. Linville
parent 62ae67be31
commit fe7a5d5c1a
4 changed files with 351 additions and 337 deletions

View File

@@ -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 \