From 9afdbf5520fd6db86035e25bd2545a1d586aba21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?YOSHIFUJI=20Hideaki=20/=20=E5=90=89=E8=97=A4=E8=8B=B1?= =?UTF-8?q?=E6=98=8E?= Date: Tue, 17 Jul 2007 13:45:54 +0900 Subject: [PATCH] --- yaml --- r: 61510 b: refs/heads/master c: e78af36623b8eeead1c8590b43616eab159526fa h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/net/ns83820.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2ccf99ab4821..03444449ee13 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7132ab7f6e0309bb8e0424e395ba149aee0c750e +refs/heads/master: e78af36623b8eeead1c8590b43616eab159526fa diff --git a/trunk/drivers/net/ns83820.c b/trunk/drivers/net/ns83820.c index 104aab3c957f..ea80e6cb3dec 100644 --- a/trunk/drivers/net/ns83820.c +++ b/trunk/drivers/net/ns83820.c @@ -1582,7 +1582,7 @@ static void ns83820_set_multicast(struct net_device *ndev) else and_mask &= ~(RFCR_AAU | RFCR_AAM); - if (ndev->flags & IFF_ALLMULTI) + if (ndev->flags & IFF_ALLMULTI || ndev->mc_count) or_mask |= RFCR_AAM; else and_mask &= ~RFCR_AAM;