]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
amd-xgbe-phy: Check device for current speed mode (KR/KX)
authorLendacky, Thomas <Thomas.Lendacky@amd.com>
Wed, 3 Sep 2014 17:14:16 +0000 (12:14 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Sep 2014 22:11:20 +0000 (15:11 -0700)
commite3eec4e79322957d9408dc4e2cf7276c558999d7
treeeb0e1341d18259b468ed491580e4b0d8cbb99529
parente4cf0b756c78e252b989b86e281ecc12d40bd2f6
amd-xgbe-phy: Check device for current speed mode (KR/KX)

Since device resets can change the current mode it's possible to think
the device is in a different mode than it actually is.  Rather than
trying to determine every place that is needed to set/save the current
mode, be safe and check the devices actual mode when needed rather than
trying to track it.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/amd-xgbe-phy.c