[Patch]Davinci:Net: EMAC bug fix for speed/duplex setting

2008-08-08 Thread anantgole
From: Anant Gole <[EMAIL PROTECTED]> The module parameters for speed and duplex were not being honoured due to a coding bug resulting into auto negotiation all the time. Signed-off-by: Anant Gole <[EMAIL PROTECTED]> --- drivers/net/davinci_emac.c | 14 +- 1 file changed, 9 insertio

Re: [Patch]Davinci:Net: EMAC bug fix for speed/duplex setting

2008-08-11 Thread Kevin Hilman
[EMAIL PROTECTED] writes: > From: Anant Gole <[EMAIL PROTECTED]> > > The module parameters for speed and duplex were not being honoured > due to a coding bug resulting into auto negotiation all the time. > > Signed-off-by: Anant Gole <[EMAIL PROTECTED]> Thanks, pushed. Kevin > drivers/net/davi