]> www.infradead.org Git - users/dwmw2/linux.git/commit
mac80211: fix AP-mode frame matching
authorJohannes Berg <johannes.berg@intel.com>
Mon, 13 May 2013 14:42:40 +0000 (16:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Jun 2013 19:52:24 +0000 (12:52 -0700)
commitc52d6fec681236d2adc5cdfcc10e76c7baea455d
tree493b3981177b65c0cc53d1d4b95a8867ef06508e
parent524a8e8f658703d0e105bfb48c26edcdefc2aa3c
mac80211: fix AP-mode frame matching

commit 2b9ccd4e4308272e5aec614b77c5385e7ec2ec90 upstream.

In AP mode, ignore frames with mis-matched BSSID that aren't
multicast or sent to the correct destination. This fixes
reporting public action frames to userspace multiple times
on multiple virtual AP interfaces.

Reported-by: Jouni Malinen <j@w1.fi>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/mac80211/rx.c