]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit901a23e1fdbad0e6adc3d3a62dcb57049de5a171
tree5f8e56ddebccb2a97a2a99be53c2838472026f0b
parent5bbc72db0945775026e3a83c8085614a5e86019c
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