diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-07-29 17:16:44 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-07-29 17:16:44 +0000 |
commit | daf10573bab33e2c31704247877d2b248835edb6 (patch) | |
tree | d93dc848056596532cceb2544f9ef17168ec3c89 /target/linux/atheros/patches-2.6.35/111-ar231x-mc_count.patch | |
parent | cb8ce973f77f7eaf7a1d1cfef39425b3f3f78d1f (diff) | |
download | upstream-daf10573bab33e2c31704247877d2b248835edb6.tar.gz upstream-daf10573bab33e2c31704247877d2b248835edb6.tar.bz2 upstream-daf10573bab33e2c31704247877d2b248835edb6.zip |
enable mtu & mac config options
SVN-Revision: 22412
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; |