]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb48030e6858aba3389f69ca8d355488f55654df1
tree1b830fde0f97686721a3843375453e03e4555c37
parent88dfc514db5378d10ddfc26d22094e0caee493d5
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