From: Helmut Schaa Date: Tue, 26 Jul 2011 10:18:27 +0000 (+0200) Subject: mac80211: Stop TX BA session if buf_size is zero X-Git-Tag: v3.2-rc1~129^2~422^2^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ca97880ea7af47be479aadfe896cafc54939708;p=pandora-kernel.git 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 Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed