]> 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)
commitbe16fcf0201f54e9f28562461220f479a53625af
tree3f5f17e24a6735a682a42eb50725d87c828d263f
parent4e38aa2f77708392fad2896eda8dd103bba7f646
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