mac80211: restrict aggregation to supported interface modes
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 10 Feb 2009 20:25:47 +0000 (21:25 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 13 Feb 2009 18:45:36 +0000 (13:45 -0500)
commit8abd3f9bc476b5b7f6de1b6fb576b87ba338f7fd
tree1b830fde0f97686721a3843375453e03e4555c37
parentb8695a8fe6d89140f8d17668e99ebd39358d7c0b
mac80211: restrict aggregation to supported interface modes

We can only support aggregation on AP/STA right now. HT isn't defined
for IBSS, WDS or MESH. In the WDS/MESH cases it's not clear what to
put into the IBSS field, and we don't handle that in the code at all.
Also fix the code to handle VLAN correctly.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/agg-rx.c
net/mac80211/agg-tx.c
net/mac80211/ht.c
net/mac80211/rx.c