commit | 7d185b8bb17eac9e9d673eb483ded0fbf0b28b97 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Jan 28 17:11:43 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 29 15:19:09 2008 -0500 |
tree | 5f8e56ddebccb2a97a2a99be53c2838472026f0b | |
parent | b22052569657925d6de33b19b2c7b7562900defb [diff] |
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>