Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2de93fbf authored by Tommy S. Christensen's avatar Tommy S. Christensen Committed by Linus Torvalds
Browse files

[PATCH] 3c59x: read current link status from phy



The phy status register must be read twice in order to get the actual link
state.

Signed-off-by: default avatarTommy S. Christensen <tommy.christensen@tpack.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c8d12741
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1889,6 +1889,7 @@ vortex_timer(unsigned long data)
		{
			spin_lock_bh(&vp->lock);
			mii_status = mdio_read(dev, vp->phys[0], 1);
			mii_status = mdio_read(dev, vp->phys[0], 1);
			ok = 1;
			if (vortex_debug > 2)
				printk(KERN_DEBUG "%s: MII transceiver has status %4.4x.\n",