From: Johannes Berg Date: Thu, 18 Apr 2013 21:42:19 +0000 (+0200) Subject: mac80211: fix P2P-Device management frame RX X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~43^2^2~61^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b737f88dc1b05cf571e96d42f748aaff6df1eb5;p=pandora-kernel.git mac80211: fix P2P-Device management frame RX There's an issue in receiving broadcast management frames on P2P Device virtual interfaces, such frames have the RX flag IEEE80211_RX_RA_MATCH cleared and are thus dropped in ieee80211_rx_h_mgmt_check(). They should be let through to make it to ieee80211_rx_h_userspace_mgmt() and then to userspace. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed