]> git.openfabrics.org - ~emulex/infiniband.git/commit
mac80211: check if frame is really part of this BA
authorThomas Pedersen <thomas@cozybit.com>
Fri, 4 Nov 2011 04:11:12 +0000 (21:11 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 9 Nov 2011 21:05:48 +0000 (16:05 -0500)
commit660c6a449a714cf770641134124f2aae49ed8ab0
tree63db5096b73dc8826a51b40b6696c2ffbf633306
parent6cc00d545a21ed26696f3bda865ebf11eccbf2b5
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 <thomas@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c