diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-02-10 21:25:46 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-13 13:45:34 -0500 |
commit | b8695a8fe6d89140f8d17668e99ebd39358d7c0b (patch) | |
tree | 39d207ee3fc0fa0c4418225c522674f5cd4b45a7 /net/mac80211/Makefile | |
parent | 20ad19d0ac7389b04b566ebf3e0e497974f63ffa (diff) | |
download | linux-b8695a8fe6d89140f8d17668e99ebd39358d7c0b.tar.bz2 |
mac80211: restructure HT code
Create two new files, agg-tx.c and agg-rx.c to make it clearer
which code is common (ht.c) and which is specific (agg-*.c).
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 58c94bb38e87..3503a3d21318 100644 --- a/net/mac80211/Makefile +++ b/net/mac80211/Makefile @@ -8,7 +8,7 @@ mac80211-y := \ wep.o \ wpa.o \ scan.o \ - ht.o \ + ht.o agg-tx.o agg-rx.o \ mlme.o \ iface.o \ rate.o \ |