Re: [PATCH v7 2/2] mac80211: multicast to unicast conversion

2016-11-21 Thread Johannes Berg
On Mon, 2016-10-31 at 14:41 +0100, Michael Braun wrote:   > +static int ieee80211_set_multicast_to_unicast(struct wiphy *wiphy, > +   struct net_device > *dev, > +   const bool enabled) > +{ > + struct

[PATCH v7 2/2] mac80211: multicast to unicast conversion

2016-10-31 Thread Michael Braun
Add the ability for an AP (and associated VLANs) to perform multicast-to-unicast conversion for ARP, IPv4 and IPv6 frames (possibly within 802.1Q). If enabled, such frames are to be sent to each station separately, with the DA replaced by their own MAC address rather than the group address. Note