diff options
Diffstat (limited to 'target/linux/atheros/patches-2.6.35/111-ar231x-mc_count.patch')
-rw-r--r-- | target/linux/atheros/patches-2.6.35/111-ar231x-mc_count.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/atheros/patches-2.6.35/111-ar231x-mc_count.patch b/target/linux/atheros/patches-2.6.35/111-ar231x-mc_count.patch deleted file mode 100644 index b9c3e07a5b..0000000000 --- a/target/linux/atheros/patches-2.6.35/111-ar231x-mc_count.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/drivers/net/ar231x.c -+++ b/drivers/net/ar231x.c -@@ -321,7 +321,7 @@ static void ar231x_multicast_list(struct - filter |= MAC_CONTROL_PR; - else - filter &= ~MAC_CONTROL_PR; -- if ((dev->flags & IFF_ALLMULTI) || (dev->mc_count > 0)) -+ if ((dev->flags & IFF_ALLMULTI) || (netdev_mc_count(dev) > 0)) - filter |= MAC_CONTROL_PM; - else - filter &= ~MAC_CONTROL_PM; |