net/ixgbe/base: remove PHY access for some 1G ports
authorWei Dai <wei.dai@intel.com>
Sat, 27 May 2017 08:33:16 +0000 (16:33 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 12 Jun 2017 09:41:27 +0000 (10:41 +0100)
commit91b0fdf44e91588f213c1846a8b9d25a41773e1b
tree91e2dd1c0179e194c1ca5240ba50e8faa17bfe1e
parent69fbd1e923dc49d029625ce43e27d7f3b4177095
net/ixgbe/base: remove PHY access for some 1G ports

This patch removes some some 1GBASE-T PHY access since the FW
configures the PHY. SW shall not configure or initialize link.
Accessing the PHY would require the use of MDI clause 22 which
should be avoided in high layer driver code.

Signed-off-by: Wei Dai <wei.dai@intel.com>
drivers/net/ixgbe/base/ixgbe_x550.c