diff options
Diffstat (limited to 'drivers/net/inca-ip_sw.c')
| -rw-r--r-- | drivers/net/inca-ip_sw.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/drivers/net/inca-ip_sw.c b/drivers/net/inca-ip_sw.c index 492f5ce8f..bd3360cad 100644 --- a/drivers/net/inca-ip_sw.c +++ b/drivers/net/inca-ip_sw.c @@ -756,7 +756,7 @@ static int inca_amdix(void)  					(0x1 << 31) |	/* RA		*/  					(0x0 << 30) |	/* Read		*/  					(0x6 << 21) |	/* LAN		*/ -					(6   << 16));	/* PHY_ANER	*/ +					(6   << 16));	/* MII_EXPANSION	*/  				do {  					SW_READ_REG(INCA_IP_Switch_MDIO_ACC, phyReg6);  				} while (phyReg6 & (1 << 31)); @@ -769,7 +769,7 @@ static int inca_amdix(void)  						(0x1 << 31) |	/* RA		*/  						(0x0 << 30) |	/* Read		*/  						(0x6 << 21) |	/* LAN		*/ -						(4   << 16));	/* PHY_ANAR	*/ +						(4   << 16));	/* MII_ADVERTISE	*/  					do {  						SW_READ_REG(INCA_IP_Switch_MDIO_ACC, phyReg4);  					} while (phyReg4 & (1 << 31)); @@ -782,7 +782,7 @@ static int inca_amdix(void)  							(0x1 << 31) |	/* RA		*/  							(0x0 << 30) |	/* Read		*/  							(0x6 << 21) |	/* LAN		*/ -							(5   << 16));	/* PHY_ANLPAR	*/ +							(5   << 16));	/* MII_LPA	*/  						do {  							SW_READ_REG(INCA_IP_Switch_MDIO_ACC, phyReg5);  						} while (phyReg5 & (1 << 31)); |