net/ixgbe/base: use default check link for X550em_a
authorXiao Wang <xiao.w.wang@intel.com>
Sun, 25 Sep 2016 09:00:01 +0000 (17:00 +0800)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 30 Sep 2016 10:27:18 +0000 (12:27 +0200)
commitd10c7b638c0f0957106caa2703f4150fbcf65642
tree7ff22c0904dbd46e89e243bebe569c51bc74dbb8
parent62478541f375f2155e8234e3eaf7985b6491f0bd
net/ixgbe/base: use default check link for X550em_a

This patch removes the X550em_a specific check link function and uses
ixgbe_check_mac_link_generic instead. It is not necessary to
check both the MAC link register and external PHY registers when
checking the link.

Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/base/ixgbe_common.c
drivers/net/ixgbe/base/ixgbe_type.h
drivers/net/ixgbe/base/ixgbe_x550.c