]> Pileus Git - ~andy/linux/commit
macb: Keep driver's speed/duplex in sync with actual NCFGR
authorVitalii Demianets <vitas@nppfactor.kiev.ua>
Fri, 2 Nov 2012 07:09:24 +0000 (07:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Nov 2012 19:37:35 +0000 (15:37 -0400)
commit26cdfb4915a9a408f4c1f04111999a11eb0ee606
tree4bd16f44fb853cbd41c2521c6475106d7cdb090d
parent7f2cd328d4bf4634c53b3a8b23bb92c7e17af538
macb: Keep driver's speed/duplex in sync with actual NCFGR

When underlying phy driver restores its state very fast after being brought
down and up so that macb driver function macb_handle_link_change() was never
called with link state "down", driver's internal representation of phy speed
and duplex (bp->speed and bp->duplex) didn't change. So, macb driver sees no
reason to perform actual write to the NCFGR register, although the speed and
duplex settings in that register were reset when interface was brought down
and up. In that case actual phy speed and duplex differ from NCFGR settings.
The patch fixes that by keeping internal driver representation of speed and
duplex in sync with actual content of NCFGR.

Signed-off-by: Vitalii Demianets <vitas@nppfactor.kiev.ua>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cadence/macb.c