Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-11 | mac80211: move some HT code out of main.c | Johannes Berg | |
Now that I've created ht.c, I can move the aggregation code from main.c into it. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> | |||
2008-09-11 | mac80211: move some HT code out of mlme.c | Johannes Berg | |
Some of the HT code in mlme.c is misplaced: * constants/definitions belong to the ieee80211.h header * code being used in other modes as well shouldn't be there Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> |