summaryrefslogtreecommitdiff
path: root/Documentation/networking
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2019-11-22 15:23:23 +0000
committerJakub Kicinski <jakub.kicinski@netronome.com>2019-11-23 10:46:41 -0800
commita5d66f810061e2dd70fb7a108dcd14e535bc639f (patch)
tree457880c2e26fce15a61f19a6eba8dccc3c4c31a6 /Documentation/networking
parente3cf8b3668a808c1d252269ffc34a5723cfb9a7b (diff)
net: phy: initialise phydev speed and duplex sanely
When a phydev is created, the speed and duplex are set to zero and -1 respectively, rather than using the predefined SPEED_UNKNOWN and DUPLEX_UNKNOWN constants. There is a window at initialisation time where we may report link down using the 0/-1 values. Tidy this up and use the predefined constants, so debug doesn't complain with: "Unsupported (update phy-core.c)/Unsupported (update phy-core.c)" when the speed and duplex settings are printed. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Diffstat (limited to 'Documentation/networking')
0 files changed, 0 insertions, 0 deletions