From: roy.qing...@gmail.com
Date: Fri, 1 Apr 2016 16:16:10 +0800
> From: Li RongQing
>
> remove br_dev_set_multicast_list which does nothing
>
> Signed-off-by: Li RongQing
This will break SIOCADDMULTI et al. on the bridge, see net/core/dev.c
which checks whether this ndo OP is NULL or not.
From: Li RongQing
remove br_dev_set_multicast_list which does nothing
Signed-off-by: Li RongQing
---
net/bridge/br_device.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/net/bridge/br_device.c b/net/bridge/br_device.c
index 2c8095a..75c7e00 100644
--- a/net/bridge/br_device.c
+++ b/n