From: Johannes Berg Date: Wed, 27 Jun 2012 13:38:56 +0000 (+0200) Subject: mac80211: correct behaviour on unrecognised action frames X-Git-Tag: v3.5-rc6~18^2~5^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b5ebccc40843104d980f0714bc86bfcd5568941;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed