|
@@ -303,7 +303,7 @@ static void dm9601_set_multicast(struct net_device *net)
|
|
rx_ctl |= 0x02;
|
|
rx_ctl |= 0x02;
|
|
} else if (net->flags & IFF_ALLMULTI ||
|
|
} else if (net->flags & IFF_ALLMULTI ||
|
|
netdev_mc_count(net) > DM_MAX_MCAST) {
|
|
netdev_mc_count(net) > DM_MAX_MCAST) {
|
|
- rx_ctl |= 0x04;
|
|
|
|
|
|
+ rx_ctl |= 0x08;
|
|
} else if (!netdev_mc_empty(net)) {
|
|
} else if (!netdev_mc_empty(net)) {
|
|
struct netdev_hw_addr *ha;
|
|
struct netdev_hw_addr *ha;
|
|
|
|
|