]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit935a803076a9e9cf05073131e6f08e09e5442d9a
treedeb479e5b5f1de2d80dde4e24f9db87fa5ea186f
parent616af2a8eda622a4bc9fed04c7c6ce5fa4cef3b0
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