]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix P2P-Device management frame RX
authorJohannes Berg <johannes.berg@intel.com>
Thu, 18 Apr 2013 21:42:19 +0000 (23:42 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 18 Apr 2013 21:44:41 +0000 (23:44 +0200)
commit691df9dc3293705b349bf266028c4a1c24724bd0
tree2b5d99e1727a02cb681ee80a221dfd41cadea483
parentbb275838c4c42e6085c3359fae3f02f704fb2279
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 <johannes.berg@intel.com>
net/mac80211/rx.c