diff options
| -rw-r--r-- | drivers/net/ns83820.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ns83820.c b/drivers/net/ns83820.c index 104aab3c957f..ea80e6cb3dec 100644 --- a/drivers/net/ns83820.c +++ b/drivers/net/ns83820.c | |||
| @@ -1582,7 +1582,7 @@ static void ns83820_set_multicast(struct net_device *ndev) | |||
| 1582 | else | 1582 | else |
| 1583 | and_mask &= ~(RFCR_AAU | RFCR_AAM); | 1583 | and_mask &= ~(RFCR_AAU | RFCR_AAM); |
| 1584 | 1584 | ||
| 1585 | if (ndev->flags & IFF_ALLMULTI) | 1585 | if (ndev->flags & IFF_ALLMULTI || ndev->mc_count) |
| 1586 | or_mask |= RFCR_AAM; | 1586 | or_mask |= RFCR_AAM; |
| 1587 | else | 1587 | else |
| 1588 | and_mask &= ~RFCR_AAM; | 1588 | and_mask &= ~RFCR_AAM; |
