]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: Add more 1000BaseX support detection
authorRobert Hancock <hancock@sedsystems.ca>
Tue, 11 Jun 2019 22:06:09 +0000 (16:06 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Jun 2019 01:46:45 +0000 (18:46 -0700)
commite8a24502dce31563b1793b8d3ee957f77961a6ce
tree3f5f17e24a6735a682a42eb50725d87c828d263f
parentab37ad96d8aaf0d5e02edb2a547afb3932c999f2
net: phy: Add more 1000BaseX support detection

Commit "net: phy: Add detection of 1000BaseX link mode support" added
support for not filtering out 1000BaseX mode from the PHY's supported
modes in genphy_config_init, but we have to make a similar change in
genphy_read_abilities in order to actually detect it as a supported mode
in the first place. Add this in.

Signed-off-by: Robert Hancock <hancock@sedsystems.ca>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy_device.c