]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mac80211: correct behaviour on unrecognised action frames
authorJohannes Berg <johannes.berg@intel.com>
Wed, 27 Jun 2012 13:38:56 +0000 (15:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jul 2012 16:04:23 +0000 (09:04 -0700)
commitcec8fdaf9656e82c599729595baae99c2c2a78b7
treebd0231de3e0bb02e8218ca7560f1724cc06018bd
parent576f080b901d7258874a4632850ad94fc296911f
mac80211: correct behaviour on unrecognised action frames

commit 4b5ebccc40843104d980f0714bc86bfcd5568941 upstream.

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.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/mac80211/rx.c