From: Johannes Berg Date: Mon, 28 Jan 2008 16:11:43 +0000 (+0100) Subject: mac80211: allow sending multicast frames through virtual ports X-Git-Tag: v2.6.26-rc1~1138^2~530^2~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d185b8bb17eac9e9d673eb483ded0fbf0b28b97;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed