From: Thomas Pedersen Date: Fri, 4 Nov 2011 04:11:12 +0000 (-0700) Subject: mac80211: check if frame is really part of this BA X-Git-Tag: v3.3-rc1~182^2~545^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=660c6a449a714cf770641134124f2aae49ed8ab0;p=pandora-kernel.git mac80211: check if frame is really part of this BA There was an an implicit assumption that any QoS data frame received from a STA/TID with an active BA session was sent to this vif as part of a BA. This is not true if IFF_PROMISC is enabled and the frame was destined for a different peer, for example. Don't treat these frames as part of a BA from the sending STA. Signed-off-by: Thomas Pedersen Signed-off-by: John W. Linville --- Reading git-diff-tree failed