net/ixgbe/base: separate PHY ops init from PHY init
authorXiao Wang <xiao.w.wang@intel.com>
Sun, 25 Sep 2016 09:00:09 +0000 (17:00 +0800)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 30 Sep 2016 10:27:18 +0000 (12:27 +0200)
commitd5e7abb9b5bf149f956ee01b73e0acc14a6cae4b
treeeb494df9fcb1a8f9326dad0b346248057739c857
parentc1c543efb1c79f59dad47cbaddb0e382ba1f183c
net/ixgbe/base: separate PHY ops init from PHY init

This patch moves PHY ops pointers initialization to
ixgbe_init_phy_ops_X550em and PHY identifying/initializing
to ixgbe_identify_phy_x550em.

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