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>
Showing
- net/mac80211/Makefile 1 addition, 1 deletionnet/mac80211/Makefile
- net/mac80211/agg-rx.c 287 additions, 0 deletionsnet/mac80211/agg-rx.c
- net/mac80211/agg-tx.c 593 additions, 0 deletionsnet/mac80211/agg-tx.c
- net/mac80211/ht.c 11 additions, 856 deletionsnet/mac80211/ht.c
- net/mac80211/ieee80211_i.h 3 additions, 0 deletionsnet/mac80211/ieee80211_i.h
net/mac80211/agg-rx.c
0 → 100644
net/mac80211/agg-tx.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment