commit | c951ad3550ab40071bb0f222ba6125845769c08a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Nov 16 12:00:38 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 18 17:09:15 2009 -0500 |
tree | 9db1d3c110b359a34a3d706eaf40285cfa01550b | |
parent | 3b53fde8ac40c4321389def14d7f4a9e14092fd3 [diff] |
mac80211: convert aggregation to operate on vifs/stas The entire aggregation code currently operates on the hw pointer and station addresses, but that needs to change to make stations purely per-vif; As one step preparing for that make the aggregation code callable with the station, or by the combination of virtual interface and station address. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>