mac80211: Stop TX BA session if buf_size is zero
authorHelmut Schaa <helmut.schaa@googlemail.com>
Tue, 26 Jul 2011 10:18:27 +0000 (12:18 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Aug 2011 20:04:08 +0000 (16:04 -0400)
commit3ca97880ea7af47be479aadfe896cafc54939708
tree2d612c1961ca450dcfff5311df087797ec40724f
parent191d6a8cc2d282db3707e9c71f49815ccdc79c54
mac80211: Stop TX BA session if buf_size is zero

If we receive an ADDBA response with status code 0 and a buf_size of 0
we should stop the TX BA session as otherwise we'll end up queuing
frames in ieee80211_tx_prep_agg forever instead of sending them out as
non AMPDUs.

This fixes a problem with AVM Fritz Stick N wireless devices where
frames to this device are not transmitted anymore by mac80211.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/agg-tx.c
This page took 0.026622 seconds and 5 git commands to generate.