phy: Expand phy speed/duplex settings array
authorLendacky, Thomas <Thomas.Lendacky@amd.com>
Mon, 14 Jul 2014 19:05:46 +0000 (14:05 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2014 23:30:04 +0000 (16:30 -0700)
commit3e7077067e80cdded012b7db19b7aae33ceb01e9
tree3c36e7a87d1232298a72b7725c42dd59e7e307c8
parentbfde3398e57c9defdbb552aaede680300e8a448a
phy: Expand phy speed/duplex settings array

Expand the phy speed/duplex settings array to support more
than just baseT features. This change adds entries to support
the following additional speed/duplex/media types:
SUPPORTED_10000baseKR_Full
SUPPORTED_10000baseKX4_Full
SUPPORTED_2500baseX_Full
SUPPORTED_1000baseKX_Full

Additionally, it changes the 10GbE baseT entry from using the
hardcoded value 10000 to the SPEED_10000 define.

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