]> asedeno.scripts.mit.edu Git - linux.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)
commitf30e33bcdab9d541febfb56a04c6bb7d8026accc
tree3f5f17e24a6735a682a42eb50725d87c828d263f
parent9126e75e39e14c357cfb2820abf0733bbc3cd8dc
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