[PATCH] fs_enet: restore promiscuous and multicast settings in restart()
Matvejchikov Ilya
matvejchikov at gmail.com
Fri Jun 20 18:55:22 EST 2008
>> > diff --git a/drivers/net/fs_enet/mac-fcc.c b/drivers/net/fs_enet/mac-fcc.c
>> > index ce40cf9..1a95cf1 100644
>> > --- a/drivers/net/fs_enet/mac-fcc.c
>> > +++ b/drivers/net/fs_enet/mac-fcc.c
>> > @@ -464,6 +464,9 @@ static void restart(struct net_device *dev)
>> > C32(fccp, fcc_fpsmr, FCC_PSMR_FDE | FCC_PSMR_LPB);
>> >
>> > S32(fccp, fcc_gfmr, FCC_GFMR_ENR | FCC_GFMR_ENT);
>> > +
>> > + /* Restore multicast and promiscous settings */
>> > + set_multicast_list(dev);
>> > }
Is it right to call set_multicast_list() after turning on transmitter
and receiver? May be swap this lines around?
More information about the Linuxppc-dev
mailing list