Re: [PATCH] net: fec: Fix multicast list setup in fec_restart().

From: Christoph Müllner
Date: Thu Jun 27 2013 - 13:14:55 EST


On Jun 21, 2013, at 7:15 PM, Fabio Estevam <festevam@xxxxxxxxx> wrote:

> On Fri, Jun 21, 2013 at 1:40 PM, Christoph Müllner
> <christoph.muellner@xxxxxxxxxxxxxxxxxxxxx> wrote:
>
>> @@ -472,8 +474,7 @@ fec_restart(struct net_device *ndev, int duplex)
>> writel(0xffc00000, fep->hwp + FEC_IEVENT);
>>
>> /* Reset all multicast. */
>
> Should this comment be removed/updated now?

Is updated in the attached patch.
Thank you for the feedback!

>
>> - writel(0, fep->hwp + FEC_GRP_HASH_TABLE_HIGH);
>> - writel(0, fep->hwp + FEC_GRP_HASH_TABLE_LOW);
>> + set_multicast_list(ndev);

Attachment: 0001-net-fec-Fix-multicast-list-setup-in-fec_restart.patch
Description: Binary data