Re: [PATCH v3 net-next 1/5] net: bridge: Rename mglist to host_joined

2017-11-07 Thread Florian Fainelli
On 11/06/2017 03:26 PM, Andrew Lunn wrote: > The boolean mglist indicates the host has joined a particular > multicast group on the bridge interface. It is badly named, obscuring > what is means. Rename it. > > Signed-off-by: Andrew Lunn Acked-by: Florian Fainelli -- Florian

Re: [PATCH v3 net-next 1/5] net: bridge: Rename mglist to host_joined

2017-11-07 Thread Nikolay Aleksandrov
On 7.11.2017 01:26, Andrew Lunn wrote: > The boolean mglist indicates the host has joined a particular > multicast group on the bridge interface. It is badly named, obscuring > what is means. Rename it. > > Signed-off-by: Andrew Lunn > --- > net/bridge/br_input.c | 2 +- > net/bridge/br_md

[PATCH v3 net-next 1/5] net: bridge: Rename mglist to host_joined

2017-11-06 Thread Andrew Lunn
The boolean mglist indicates the host has joined a particular multicast group on the bridge interface. It is badly named, obscuring what is means. Rename it. Signed-off-by: Andrew Lunn --- net/bridge/br_input.c | 2 +- net/bridge/br_mdb.c | 2 +- net/bridge/br_multicast.c | 14 ++