Re: [PATCH 1/2] Fix copper/fiber auto-selection for 88e1111

2008-07-14 Thread Kumar Gala
On Jul 9, 2008, at 9:14 PM, Wang Jian wrote: The 27.15 bit (MII_M_HWCFG_FIBER_COPPER_AUTO) is disable bit. When set to 1, copper/fiber auto selection is disabled. The current code to enable but actually disable auto selection. Signed-off-by: Wang Jian <[EMAIL PROTECTED]> --- drivers/net/ph

[PATCH 1/2] Fix copper/fiber auto-selection for 88e1111

2008-07-09 Thread Wang Jian
The 27.15 bit (MII_M_HWCFG_FIBER_COPPER_AUTO) is disable bit. When set to 1, copper/fiber auto selection is disabled. The current code to enable but actually disable auto selection. Signed-off-by: Wang Jian <[EMAIL PROTECTED]> --- drivers/net/phy/marvell.c |2 +- 1 files changed, 1 insert