]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Assign set_phy_power dynamically where needed
authorDon Skidmore <donald.c.skidmore@intel.com>
Thu, 11 Jun 2015 00:42:30 +0000 (20:42 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 1 Sep 2015 23:42:39 +0000 (16:42 -0700)
commit4f030373419af5f998d9cc8b5860a3f067bba37f
tree6e57dae13b33f4eaea1541397271a731f932c1fd
parentc08b93d8ce788c6d138e4ce79d6fe796fa0b069a
ixgbe: Assign set_phy_power dynamically where needed

There are various reasons why this method may or may not need to be
defined and some of these we don't know until runtime.  So we will
set the value in get_invariants.

Signed-off-by: Donald C Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c