net/ixgbe/base: disable X550EM-x 1GBASE-T led switch support
authorWei Dai <wei.dai@intel.com>
Sat, 27 May 2017 08:33:17 +0000 (16:33 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 12 Jun 2017 09:41:27 +0000 (10:41 +0100)
commit667af1981f01195ee10ddecbc3e9cf78131073d0
tree370e74a06c0286fe287c4ea58336e8204161e40e
parent91b0fdf44e91588f213c1846a8b9d25a41773e1b
net/ixgbe/base: disable X550EM-x 1GBASE-T led switch support

This patch disables X550EM_X 1Gbase-t led_[on|off] support since
the LEDs are wired to the PHY and the driver can not access the
PHY. led_[on|off]

Support is disabled by setting the function pointer to NULL.
init_led_link_act is also set to NULL.

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