From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Subject: Re: [PATCH net-next] bridge: multicast to unicast Date: Fri, 06 Jan 2017 14:54:01 +0100 Message-ID: <1483710841.12677.1.camel@sipsolutions.net> References: <20170102193214.31723-1-linus.luessing@c0d3.blue> <1483706872.4089.8.camel@sipsolutions.net> <8836daaa-9638-4502-d079-fd428595f822@nbd.name> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: bridge@lists.linux-foundation.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, "David S . Miller" , Michael Braun To: Felix Fietkau , Linus =?ISO-8859-1?Q?L=FCssing?= , netdev@vger.kernel.org Return-path: In-Reply-To: <8836daaa-9638-4502-d079-fd428595f822@nbd.name> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bridge-bounces@lists.linux-foundation.org Errors-To: bridge-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org > The bridge layer can use IGMP snooping to ensure that the multicast > stream is only transmitted to clients that are actually a member of > the group. Can the mac80211 feature do the same? No, it'll convert the packet for all clients that are behind that netdev. But that's an argument for dropping the mac80211 feature, which hasn't been merged upstream yet, no? johannes