mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-17 22:23:45 -04:00
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:
committed by
John W. Linville
parent
62ae67be31
commit
fe7a5d5c1a
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user