mac80211: don't inspect Sequence Control field on control frames
authorJavier Cardona <javier@cozybit.com>
Thu, 25 Oct 2012 18:10:18 +0000 (11:10 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 25 Oct 2012 19:54:41 +0000 (21:54 +0200)
commitf7fbf70ee9db6da6033ae50d100e017ac1f26555
treedeb479e5b5f1de2d80dde4e24f9db87fa5ea186f
parent2ac64cd17f9af6d6adaa921bd9846a3c9bb9235c
mac80211: don't inspect Sequence Control field on control frames

Per IEEE Std. 802.11-2012, Sec 8.2.4.4.1, the sequence Control field is
not present in control frames.  We noticed this problem when processing
Block Ack Requests.

Cc: stable@vger.kernel.org
Signed-off-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: Javier Lopez <jlopex@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c