mac80211: correct behaviour on unrecognised action frames
authorJohannes Berg <johannes.berg@intel.com>
Wed, 27 Jun 2012 13:38:56 +0000 (15:38 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 27 Jun 2012 18:48:13 +0000 (14:48 -0400)
commit4b5ebccc40843104d980f0714bc86bfcd5568941
treecbc804eae3cba9399a430f70ae63b077c91136d1
parent7508b657967cf664b5aa0f6367d05016e7e3bc2a
mac80211: correct behaviour on unrecognised action frames

When receiving an "individually addressed" action frame, the
receiver is required to return it to the sender. mac80211
gets this wrong as it also returns group addressed (mcast)
frames to the sender. Fix this and update the reference to
the new 802.11 standards version since things were shuffled
around significantly.

Cc: stable@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c