mac80211: allow sending multicast frames through virtual ports
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 28 Jan 2008 16:11:43 +0000 (17:11 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Feb 2008 20:19:09 +0000 (15:19 -0500)
commit7d185b8bb17eac9e9d673eb483ded0fbf0b28b97
tree5f8e56ddebccb2a97a2a99be53c2838472026f0b
parentb22052569657925d6de33b19b2c7b7562900defb
mac80211: allow sending multicast frames through virtual ports

When reworking the port access control code, I forgot multicast frames
and those are now always rejected because the destination station is
not known. This changes the code to allow through multicast frames and
also avoid the sta hash lookup (which is bound to fail) for them.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/tx.c