From: Johannes Berg Date: Tue, 6 Dec 2011 09:39:40 +0000 (+0100) Subject: mac80211: accept public action frames with mismatched BSSID X-Git-Tag: v3.3-rc1~182^2~261^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3df6eaea76a9e1351b539541c0314129a0e4b10c;p=pandora-kernel.git mac80211: accept public action frames with mismatched BSSID Arik's patch "mac80211: allow action frames with unknown BSSID in GO mode" allowed any action frames in P2P mode to go through, but only to cooked monitor interfaces as the IEEE80211_RX_RA_MATCH was still cleared. As a result my no-monitor patches broke invitation responses. Instead of allowing any action frames in P2P GO mode to go through with a wrong BSSID like that patch did, allow all public action frames. They will never be processed by mac80211, but can be reported via nl80211 then. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed